File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments