css3-page/Overview.html

changeset 7437
3a33dc6c4f9c
parent 7436
6ded58aacc4c
child 7439
9d57f98d774f
     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>

mercurial