File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -234,20 +234,17 @@ Text Wrap Settings: the 'text-wrap' property</h3>
234
234
For block-level elements that
235
235
contain line boxes as direct children,
236
236
line breaks are chosen to balance
237
- the <a>inline-size</a> those line boxes consume ,
237
+ the remaining (empty) space in each line box ,
238
238
if better balance than ''text-wrap/normal'' is possible.
239
239
This must not change the number of line boxes
240
240
the block would contain
241
241
if 'text-wrap' were set to ''text-wrap/normal'' .
242
242
243
- For balancing purposes,
244
- the <a>inline-size</a> to consider includes
245
- any length taken up
246
- by floats that shorten the line box.
247
- The <a>inline-size</a> to consider comes before
248
- any adjustments for justification.
243
+ The remaining space to consider
244
+ is that which remains after placing floats and inline content,
245
+ but before any adjustments due to text justification.
249
246
Line boxes are balanced when the standard deviation
250
- from the average <a>inline-size</a> consumed
247
+ from the average <a>inline-size</a> of the remaining space in eacn line box
251
248
is reduced over the block
252
249
(including lines that end in a forced break).
253
250
You can’t perform that action at this time.
0 commit comments