We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a82cf1 commit 346f81fCopy full SHA for 346f81f
1 file changed
css-text-4/Overview.bs
@@ -177,7 +177,11 @@ Text Wrap Settings: the 'text-wrap' property</h3>
177
<dt><dfn>balance</dfn>
178
<dd>
179
Same as ''text-wrap/normal'' for inline-level elements.
180
- For block-level elements line breaks are chosen to minimize the deviation from the average line length over the entire element.
+ For block-level elements line breaks are chosen to minimize the deviation from the average line length over the entire element
181
+ (including lines that end in a forced break).
182
+ The exact algorithm is UA-defined.
183
+
184
+ UAs may treat this value as ''text-wrap/normal'' if there are more than ten lines to balance.
185
186
</dl>
187
0 commit comments