File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -504,11 +504,16 @@ Limiting Visible Lines: the 'max-lines' property</h2>
504504 (which is the case if the box became a <a>fragmentation container</a>
505505 merely as a consequence of applying the 'max-lines' property),
506506 the rest of the <a>fragmented flow</a> is discarded,
507- as if it were ''display: none'' :
507+ similar to if it were ''display: none'' :
508508 it is neither rendered,
509509 nor measured as part of the box’s contents for the purpose of
510- finding its <a lt="min-content size">min-content</a> and <a>max-content sizes</a> ,
510+ finding its <a lt="min-content block size">min-content</a> and <a>max-content</a> <a>block sizes</a> ,
511511 nor does allow user interaction.
512+ However, since intrinsic sizes are calculated across all <a>fragmentation containers</a> ,
513+ this content <em> is</em> taken into account
514+ for the purpose of finding the box’s
515+ <a lt="min-content inline size">min-content</a> and <a>max-content</a> <a>inline sizes</a>
516+ (see [[css-break-3#varying-size-boxes]] ).
512517
513518 Note: In the case of <a href="https://www.w3.org/TR/css-break-3/#parallel-flows">parallel fragmentation flows</a> ,
514519 content occuring after the <a>fragmentation break</a> in the box tree
You can’t perform that action at this time.
0 commit comments