We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efea4e commit d34fff6Copy full SHA for d34fff6
css-overflow-3/Overview.bs
@@ -520,8 +520,9 @@ Limiting Visible Lines: the 'max-lines' property</h2>
520
is forced after its <var>N</var>th
521
descendant <a>in-flow</a> <a>line box</a>,
522
where <var>N</var> is the specified value of 'max-lines'.
523
- The contents of descendants that are <a>scroll containers</a>
524
- or that are not <a>block containers</a>
+ Only lines boxes in the same <a>Block Formatting Context</a>
+ are counted:
525
+ the contents of descendants that establish <a>independent formatting contexts</a>
526
are skipped over while counting line boxes.
527
528
If fewer than <var>N</var> line boxes exist,
0 commit comments