Skip to content

Commit 10fc298

Browse files
committed
[css-overflow-4] Editorial tweaks
Put discussion of overflow:collapse and clamp points before that of overflow:discard and region breaks. Also, make reference more specific.
1 parent 2b1d230 commit 10fc298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-overflow-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
707707
</pre>
708708

709709
This property allows inserting content into the last line box
710-
before a (forced <em>or</em> unforced) <a>region break</a> or a [=clamp point=]
710+
before a [=clamp point=] or a (forced <em>or</em> unforced) <a>region break</a>
711711
to indicate the continuity of truncated / interrupted content.
712712
It only affects line boxes contained directly by the <a>block container</a> itself,
713713
but as it inherits, will have an effect on descendants’ line boxes unless overridden.
@@ -718,7 +718,7 @@ Indicating Block-Axis Overflow: the 'block-ellipsis' property</h3>
718718
ignoring any intervening [=absolutely positioned=] element
719719
or any element closing boundary.
720720

721-
Note: See [[css-overflow-4#fragmentation]] for a way to generate boxes with such a [=region break=].
721+
Note: See ''continue: discard'' for a way to generate boxes with such a [=region break=].
722722

723723
ISSUE: Should this apply to other types of fragmentation breaks (e.g. pages, columns)?
724724

0 commit comments

Comments
 (0)