# HG changeset patch # User fantasai # Date 1360628819 28800 # Node ID 3a33dc6c4f9c65809c14bc94e46a541b544b1aae # Parent 6ded58aacc4cf461c0085360e965665427d52bf5 [css3-page] Clarify page-break before the document. diff -r 6ded58aacc4c -r 3a33dc6c4f9c css3-page/Overview.html --- a/css3-page/Overview.html Mon Feb 11 16:09:00 2013 -0800 +++ b/css3-page/Overview.html Mon Feb 11 16:26:59 2013 -0800 @@ -761,11 +761,14 @@ whether the first page is a left or right page from the values of those properties on the root element. -

To explicitly force a document to begin printing on a left or right - page, authors can insert a page break - before the first generated box. The UA must suppress the first - (empty) page(s) in this case (and the :first selector - applies to the first printed page). +

To explicitly force a document to begin printing on a left or right + page, authors can specify a break-before value that that propagates a + page break to the root. [CSS3-BREAK] The UA must + suppress the first (empty) page(s) in this case (and the + :first selector applies to the first printed page).

diff -r 6ded58aacc4c -r 3a33dc6c4f9c css3-page/Overview.src.html
--- a/css3-page/Overview.src.html	Mon Feb 11 16:09:00 2013 -0800
+++ b/css3-page/Overview.src.html	Mon Feb 11 16:26:59 2013 -0800
@@ -464,11 +464,12 @@
 whether the first page is a left or right page from the values of those
 properties on the root element.

-

To explicitly force a document to begin printing on a left or right page, -authors can insert a page break before the -first generated box. The UA must suppress the first (empty) page(s) in this -case (and the :first selector applies to the first printed -page).

+

+ To explicitly force a document to begin printing on a left or right page, + authors can specify a 'break-before' value + that that propagates a page break to the root. [[!CSS3-BREAK]] + The UA must suppress the first (empty) page(s) in this case + (and the :first selector applies to the first printed page).