Skip to content

Commit 43be33f

Browse files
committed
[css-break-3] Fix Bikeshed errors/warnings.
1 parent 636dbc7 commit 43be33f

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

css-break-3/Overview.bs

+13-8
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Module Interactions</h3>
5050

5151
<p>
5252
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>
5454
and in [[CSS3PAGE]].
5555
</p>
5656
<!-- End section "Modules Interactions" -->
@@ -125,7 +125,7 @@ Fragmentation Model and Terminology</h2>
125125
</dl>
126126

127127
<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>)
129129
ends layout of the fragmented box in the current <a>fragmentainer</a>
130130
and causes the remaining content to be laid out in the next <a>fragmentainer</a>,
131131
in some cases causing a new <a>fragmentainer</a> to be generated
@@ -137,7 +137,7 @@ Fragmentation Model and Terminology</h2>
137137
and similarly creates box fragments when it breaks
138138
<a href="https://www.w3.org/TR/CSS21/visuren.html#inline-boxes">inline boxes</a>
139139
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]].
141141
</p>
142142

143143
<p class="note">
@@ -479,7 +479,7 @@ Breaks Between Lines: 'orphans', 'widows'</h3>
479479
Page Break Aliases: the 'page-break-before', 'page-break-after', and 'page-break-inside' properties</h3>
480480

481481
<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
483483
'page-break-before', 'page-break-after', and 'page-break-inside' properties
484484
to 'break-before', 'break-after', and 'break-inside'
485485
by treating the 'page-break-*' properties as [=legacy shorthands=] for the 'break-*' properties
@@ -572,7 +572,7 @@ Possible Break Points</h3>
572572

573573
<p>
574574
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),
576576
scrollable elements, or a single line of text content.
577577
Such content is considered <dfn>monolithic</dfn>:
578578
it contains no possible break points.
@@ -637,9 +637,9 @@ Types of Breaks</h3>
637637
</dd>
638638
</dl>
639639
<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
641641
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]].
643643
</p>
644644

645645
<h3 id="forced-breaks">
@@ -1129,7 +1129,7 @@ Transforms, Positioning, and Pagination</h3>
11291129

11301130
<p>
11311131
Fragmentation interacts with layout, and thus occurs <em>before</em>
1132-
relative positioning [[!CSS21]], transforms [[!CSS3-TRANSFORMS]],
1132+
relative positioning [[!CSS2]], transforms [[!CSS3-TRANSFORMS]],
11331133
and any other graphical effects.
11341134
Such effects are applied per fragment:
11351135
for example, rotation applied to a fragmented box
@@ -1319,3 +1319,8 @@ Acknowledgments</h2>
13191319
for their contributions to this specification,
13201320
which is a successor of their work there.
13211321
</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

Comments
 (0)