[css3-page] Clarify page-break before the document.

Mon, 11 Feb 2013 16:26:59 -0800

author
fantasai <fantasai.cvs@inkedblade.net>
date
Mon, 11 Feb 2013 16:26:59 -0800
changeset 7437
3a33dc6c4f9c
parent 7436
6ded58aacc4c
child 7438
b0f8f2a00292

[css3-page] Clarify page-break before the document.

css3-page/Overview.html file | annotate | diff | comparison | revisions
css3-page/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-page/Overview.html	Mon Feb 11 16:09:00 2013 -0800
     1.2 +++ b/css3-page/Overview.html	Mon Feb 11 16:26:59 2013 -0800
     1.3 @@ -761,11 +761,14 @@
     1.4      whether the first page is a left or right page from the values of those
     1.5      properties on the root element.
     1.6  
     1.7 -   <p>To explicitly force a document to begin printing on a left or right
     1.8 -    page, authors can <a href="#page-break-before">insert a page break
     1.9 -    before</a> the first generated box. The UA must suppress the first
    1.10 -    (empty) page(s) in this case (and the <code>:first</code> selector
    1.11 -    applies to the first printed page).
    1.12 +   <p> To explicitly force a document to begin printing on a left or right
    1.13 +    page, authors can specify a <a
    1.14 +    href="http://www.w3.org/TR/css3-break/#break-before">‘<code
    1.15 +    class=property>break-before</code>’</a> value that that propagates a
    1.16 +    page break to the root. <a href="#CSS3-BREAK"
    1.17 +    rel=biblioentry>[CSS3-BREAK]<!--{{!CSS3-BREAK}}--></a> The UA must
    1.18 +    suppress the first (empty) page(s) in this case (and the
    1.19 +    <code>:first</code> selector applies to the first printed page).
    1.20  
    1.21     <div class=example>
    1.22      <pre>
     2.1 --- a/css3-page/Overview.src.html	Mon Feb 11 16:09:00 2013 -0800
     2.2 +++ b/css3-page/Overview.src.html	Mon Feb 11 16:26:59 2013 -0800
     2.3 @@ -464,11 +464,12 @@
     2.4  whether the first page is a left or right page from the values of those
     2.5  properties on the root element.</p>
     2.6  
     2.7 -<p>To explicitly force a document to begin printing on a left or right page,
     2.8 -authors can <a href="#page-break-before">insert a page break before</a> the
     2.9 -first generated box. The UA must suppress the first (empty) page(s) in this
    2.10 -case (and the <code>:first</code> selector applies to the first printed
    2.11 -page).</p>
    2.12 +<p>
    2.13 +  To explicitly force a document to begin printing on a left or right page,
    2.14 +  authors can specify a <a href="http://www.w3.org/TR/css3-break/#break-before">'break-before'</a> value
    2.15 +  that that propagates a page break to the root. [[!CSS3-BREAK]]
    2.16 +  The UA must suppress the first (empty) page(s) in this case
    2.17 +  (and the <code>:first</code> selector applies to the first printed page).
    2.18  
    2.19  <div class="example">
    2.20  <pre>

mercurial