Skip to content

Commit 76b1a1b

Browse files
authored
[css-overflow-4] Clarify (independent) formatting contexts and ellipsis insertion (#12825)
The sentence as it stood was unclear, but this seems to be the only reasonable thing it can mean.
1 parent 06f6df1 commit 76b1a1b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css-overflow-4/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -729,11 +729,12 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
729729
block-ellipsis-repaint-002.html
730730
</wpt>
731731

732-
This property only affects a line box
733-
if it immediately precedes either a [=region break=]
734-
or a [=clamp point=] in the [=block formatting context=],
735-
ignoring any intervening [=absolutely positioned=] element
736-
or any element closing boundary.
732+
Ignoring any intervening [=absolutely positioned=] element
733+
or any element closing boundary,
734+
this property only affects a line box
735+
if it immediately precedes either a [=region break=] or a [=clamp point=],
736+
and the line box is in the same [=independent formatting context=]
737+
as the [=clamp point=] or the [=region break=].
737738

738739
Note: See ''continue: discard'' for a way to generate boxes with such a [=region break=].
739740

0 commit comments

Comments
 (0)