398
398
In documents with a left-to-right <a>page progression</a>
399
399
the first page of the document is a right page, and vice versa.
400
400
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
402
402
that that propagates a page break to the root. [[!CSS3-BREAK]]
403
403
The UA must suppress the first (empty) page(s) in this case
404
404
(and the <code> :first</code> pseudo-class matches the first printed page).
@@ -2034,7 +2034,7 @@ Using named pages: 'page'</h3>
2034
2034
its first or last child box (respectively),
2035
2035
else the used value on the box itself.
2036
2036
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>
2038
2038
if and only if the 'page' property applies to it.
2039
2039
2040
2040
Note: A first or last child <em> box</em> is not always generated by
@@ -2044,12 +2044,12 @@ Using named pages: 'page'</h3>
2044
2044
which does not generate any box.
2045
2045
2046
2046
<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.
2048
2048
2049
2049
<li>
2050
2050
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
2053
2053
do not match,
2054
2054
then a page break is forced between the two boxes,
2055
2055
and content after the break resumes on a page box of the named type.
@@ -2375,6 +2375,11 @@ Appendix B: Transfer Possibilities</h2>
2375
2375
<li> Generating files containing print instructions.
2376
2376
</ul>
2377
2377
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
+
2378
2383
<h2 class="no-num" id="changes">
2379
2384
Changes</h2>
2380
2385
@@ -2403,3 +2408,4 @@ Changes</h2>
2403
2408
Peter Linss (Hewlett-Packard),
2404
2409
and the other members of the CSS Working Group and www-style community
2405
2410
who have provided review and comment on CSS Paged Media Level 3.
2411
+
0 commit comments