Skip to content

Commit 346f81f

Browse files
committed
[css-text-4] slightly more detail on text-wrap:balance
1 parent 1a82cf1 commit 346f81f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css-text-4/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,11 @@ Text Wrap Settings: the 'text-wrap' property</h3>
177177
<dt><dfn>balance</dfn>
178178
<dd>
179179
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.
180+
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.
181185

182186
</dl>
183187

0 commit comments

Comments
 (0)