Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions css-overflow-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -729,11 +729,12 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
block-ellipsis-repaint-002.html
</wpt>

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

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

Expand Down