@@ -50,7 +50,7 @@ Module Interactions</h3>
50
50
51
51
<p>
52
52
This module replaces and extends the pagination controls defined in
53
- [[CSS21 ]] <a href="https://www.w3.org/TR/CSS21/page.html#page-breaks">section 13.3</a>
53
+ [[CSS2 ]] <a href="https://www.w3.org/TR/CSS21/page.html#page-breaks">section 13.3</a>
54
54
and in [[CSS3PAGE]] .
55
55
</p>
56
56
<!-- End section "Modules Interactions" -->
@@ -125,7 +125,7 @@ Fragmentation Model and Terminology</h2>
125
125
</dl>
126
126
127
127
<p>
128
- Each <dfn export>fragmentation break</dfn> (hereafter, <dfn >break</dfn > )
128
+ Each <dfn export local-lt="break" >fragmentation break</dfn> (hereafter, <a >break</a > )
129
129
ends layout of the fragmented box in the current <a>fragmentainer</a>
130
130
and causes the remaining content to be laid out in the next <a>fragmentainer</a> ,
131
131
in some cases causing a new <a>fragmentainer</a> to be generated
@@ -137,7 +137,7 @@ Fragmentation Model and Terminology</h2>
137
137
and similarly creates box fragments when it breaks
138
138
<a href="https://www.w3.org/TR/CSS21/visuren.html#inline-boxes">inline boxes</a>
139
139
across <a href="https://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a> .
140
- However, inline breaking is not covered here; see [[!CSS21 ]] /[[CSS3TEXT]] .
140
+ However, inline breaking is not covered here; see [[!CSS2 ]] /[[CSS3TEXT]] .
141
141
</p>
142
142
143
143
<p class="note">
@@ -479,7 +479,7 @@ Breaks Between Lines: 'orphans', 'widows'</h3>
479
479
Page Break Aliases: the 'page-break-before', 'page-break-after', and 'page-break-inside' properties</h3>
480
480
481
481
<p> For compatibility with <a href="https://www.w3.org/TR/CSS21/page.html">CSS Level 2</a> ,
482
- UAs that conform to [[!CSS21 ]] must alias the
482
+ UAs that conform to [[!CSS2 ]] must alias the
483
483
'page-break-before' , 'page-break-after' , and 'page-break-inside' properties
484
484
to 'break-before' , 'break-after' , and 'break-inside'
485
485
by treating the 'page-break-*' properties as [=legacy shorthands=] for the 'break-*' properties
@@ -572,7 +572,7 @@ Possible Break Points</h3>
572
572
573
573
<p>
574
574
Some content is not fragmentable, for example many types of
575
- <a href="https://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced elements</a> [[!CSS21 ]] (such as images or video),
575
+ <a href="https://www.w3.org/TR/CSS21/conform.html#replaced-element">replaced elements</a> [[!CSS2 ]] (such as images or video),
576
576
scrollable elements, or a single line of text content.
577
577
Such content is considered <dfn>monolithic</dfn> :
578
578
it contains no possible break points.
@@ -637,9 +637,9 @@ Types of Breaks</h3>
637
637
</dd>
638
638
</dl>
639
639
<p class="note">
640
- A fifth type of break is the <dfn> line break</dfn> , which is a break between
640
+ A fifth type of break is the “ line break” , which is a break between
641
641
two <a href="https://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a> .
642
- These are not covered in this specification; see [[!CSS21 ]] [[CSS3TEXT]] .
642
+ These are not covered in this specification; see [[!CSS2 ]] [[CSS3TEXT]] .
643
643
</p>
644
644
645
645
<h3 id="forced-breaks">
@@ -1129,7 +1129,7 @@ Transforms, Positioning, and Pagination</h3>
1129
1129
1130
1130
<p>
1131
1131
Fragmentation interacts with layout, and thus occurs <em> before</em>
1132
- relative positioning [[!CSS21 ]] , transforms [[!CSS3-TRANSFORMS]] ,
1132
+ relative positioning [[!CSS2 ]] , transforms [[!CSS3-TRANSFORMS]] ,
1133
1133
and any other graphical effects.
1134
1134
Such effects are applied per fragment:
1135
1135
for example, rotation applied to a fragmented box
@@ -1319,3 +1319,8 @@ Acknowledgments</h2>
1319
1319
for their contributions to this specification,
1320
1320
which is a successor of their work there.
1321
1321
</p>
1322
+
1323
+ <h2 class="no-num" id="priv-sec">
1324
+ Privacy and Security Considerations</h2>
1325
+
1326
+ This specification introduces no new privacy or security considerations over CSS in general.
0 commit comments