Skip to content

Commit eda34fd

Browse files
committed
[css-overflow] Clarify definition of "immediately preceding"
Ignores intervening absolutely positioned elements and closing element boundaries. See #10868
1 parent b1c7c82 commit eda34fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-overflow-4/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,9 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
714714

715715
This property only affects a line box
716716
if it immediately precedes either a [=region break=]
717-
or a [=clamp point=] in the [=block formatting context=].
717+
or a [=clamp point=] in the [=block formatting context=],
718+
ignoring any intervening [=absolutely positioned=] element
719+
or any element closing boundary.
718720

719721
Note: See [[css-overflow-4#fragmentation]] for a way to generate boxes with such a [=region break=].
720722

0 commit comments

Comments
 (0)