css3-page/Overview.src.html

changeset 7437
3a33dc6c4f9c
parent 7436
6ded58aacc4c
child 7439
9d57f98d774f
     1.1 --- a/css3-page/Overview.src.html	Mon Feb 11 16:09:00 2013 -0800
     1.2 +++ b/css3-page/Overview.src.html	Mon Feb 11 16:26:59 2013 -0800
     1.3 @@ -464,11 +464,12 @@
     1.4  whether the first page is a left or right page from the values of those
     1.5  properties on the root element.</p>
     1.6  
     1.7 -<p>To explicitly force a document to begin printing on a left or right page,
     1.8 -authors can <a href="#page-break-before">insert a page break before</a> the
     1.9 -first generated box. The UA must suppress the first (empty) page(s) in this
    1.10 -case (and the <code>:first</code> selector applies to the first printed
    1.11 -page).</p>
    1.12 +<p>
    1.13 +  To explicitly force a document to begin printing on a left or right page,
    1.14 +  authors can specify a <a href="http://www.w3.org/TR/css3-break/#break-before">'break-before'</a> value
    1.15 +  that that propagates a page break to the root. [[!CSS3-BREAK]]
    1.16 +  The UA must suppress the first (empty) page(s) in this case
    1.17 +  (and the <code>:first</code> selector applies to the first printed page).
    1.18  
    1.19  <div class="example">
    1.20  <pre>

mercurial