File tree 1 file changed +6
-3
lines changed
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>
1051
1051
<div class=note>
1052
1052
Note: Despite the “region break” name, this is not a dependency on [[CSS-REGIONS-1]] .
1053
1053
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> ).
1056
1057
1057
1058
If an implementation supports neither [[CSS-REGIONS-1]] nor [[CSS-OVERFLOW-4#fragmentation]] ,
1058
1059
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>
1061
1062
All that is needed is:
1062
1063
1063
1064
* 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.
1065
1068
</div>
1066
1069
1067
1070
<h3 id="continue">
You can’t perform that action at this time.
0 commit comments