Skip to content

Commit e99027b

Browse files
committed
[css-overflow-3] Clean up some spec cross-references.
1 parent be66aad commit e99027b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-overflow-3/Overview.bs

+6-3
Original file line numberDiff line numberDiff line change
@@ -1051,8 +1051,9 @@ Forcing a Break After a Set Number of Lines: the 'max-lines' property</h3>
10511051
<div class=note>
10521052
Note: Despite the “region break” name, this is not a dependency on [[CSS-REGIONS-1]].
10531053
The word “region” is only used as a classifier for forced breaks:
1054-
they can be “page breaks” (break pages), “column breaks” (breaks multicol),
1055-
or “region breaks” (break any other kind of css-induced fragmentainers).
1054+
they can be “page breaks” (breaks across pages [[css-page-3]]),
1055+
“column breaks” (breaks across multi-column layout columns [[css-multicol-1]]),
1056+
or “region breaks” (breaks across any other kind of CSS-induced <a>fragmentation containers</a>).
10561057

10571058
If an implementation supports neither [[CSS-REGIONS-1]] nor [[CSS-OVERFLOW-4#fragmentation]],
10581059
then it will have had no occasion yet to run into that kind of breaks,
@@ -1061,7 +1062,9 @@ Forcing a Break After a Set Number of Lines: the 'max-lines' property</h3>
10611062
All that is needed is:
10621063

10631064
* be able to fragment
1064-
* classify these fragmentation containers as "category3" (i.e. not pages nor multicol) for the purpose of forced breaks.
1065+
* classify these fragmentation containers as “Category 3”
1066+
(i.e. not pages nor columns)
1067+
for the purpose of forced breaks.
10651068
</div>
10661069

10671070
<h3 id="continue">

0 commit comments

Comments
 (0)