398398 In documents with a left-to-right <a>page progression</a>
399399 the first page of the document is a right page, and vice versa.
400400 To explicitly force a document to begin printing on a left or right page,
401- authors can specify a <a href="https://www.w3.org/TR/css3-break/#break-before"> 'break-before'</a> value
401+ authors can specify a 'break-before' value
402402 that that propagates a page break to the root. [[!CSS3-BREAK]]
403403 The UA must suppress the first (empty) page(s) in this case
404404 (and the <code> :first</code> pseudo-class matches the first printed page).
@@ -2034,7 +2034,7 @@ Using named pages: 'page'</h3>
20342034 its first or last child box (respectively),
20352035 else the used value on the box itself.
20362036 A child propagates its own
2037- <a lt="start page value">start</a> or <a>end ' page' value</a>
2037+ <a lt="start page value">start</a> or <a>end page value</a>
20382038 if and only if the 'page' property applies to it.
20392039
20402040 Note: A first or last child <em> box</em> is not always generated by
@@ -2044,12 +2044,12 @@ Using named pages: 'page'</h3>
20442044 which does not generate any box.
20452045
20462046 <li>
2047- The first printed page’s type is the <a>start ' page' value</a> of the root.
2047+ The first printed page’s type is the <a>start page value</a> of the root.
20482048
20492049 <li>
20502050 If for any two boxes meeting at a <a href="https://www.w3.org/TR/css3-break/#btw-blocks">class A</a> break point,
2051- the <a>end ' page' value</a> of the box preceding the break
2052- and <a>start ' page' value</a> of the box succeeding the break
2051+ the <a>end page value</a> of the box preceding the break
2052+ and <a>start page value</a> of the box succeeding the break
20532053 do not match,
20542054 then a page break is forced between the two boxes,
20552055 and content after the break resumes on a page box of the named type.
@@ -2375,6 +2375,11 @@ Appendix B: Transfer Possibilities</h2>
23752375 <li> Generating files containing print instructions.
23762376 </ul>
23772377
2378+ <h2 class="no-num" id="priv-sec">
2379+ Privacy and Security Considerations</h2>
2380+
2381+ This specification introduces no new privacy or security considerations.
2382+
23782383<h2 class="no-num" id="changes">
23792384Changes</h2>
23802385
@@ -2403,3 +2408,4 @@ Changes</h2>
24032408 Peter Linss (Hewlett-Packard),
24042409 and the other members of the CSS Working Group and www-style community
24052410 who have provided review and comment on CSS Paged Media Level 3.
2411+
0 commit comments