Devographics / surveys

YAML config files for the Devographics surveys
43 stars 8 forks source link

Feature: Balancing line length (`text-wrap: balance` and friends) #40

Open LeaVerou opened 2 years ago

LeaVerou commented 2 years ago

Spec: https://drafts.csswg.org/css-text-4/#propdef-text-wrap Discussion: https://twitter.com/leaverou/status/983304306978902016?lang=en More recent: https://twitter.com/argyleink/status/1531423959362678785?lang=en

IIRC IE11 (!) had implemented a form of this. Clearly early as no current implementations, but it may be interesting to have something about this so that developers can express whether they need this or not.

mfluehr commented 2 years ago

Would balance solve the problem where boxes have unnecessary extra space on one side? See: https://stackoverflow.com/questions/12377826/css-width-max-width-on-line-wrap/73198785

If yes, then I want this feature.