[css3-page] Allow the first printed page to be "named".

Sun, 24 Feb 2013 01:31:32 +0100

author
Simon Sapin <simon.sapin@exyr.org>
date
Sun, 24 Feb 2013 01:31:32 +0100
changeset 7558
33f961bea4f4
parent 7557
6eb9a1b0e447
child 7559
1190b94caf9e

[css3-page] Allow the first printed page to be "named".

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	Sun Feb 24 01:30:16 2013 +0100
     1.2 +++ b/css3-page/Overview.html	Sun Feb 24 01:31:32 2013 +0100
     1.3 @@ -2792,6 +2792,10 @@
     1.4        value</i></a> if and only if the ‘<a href="#page"><code
     1.5        class=property>page</code></a>’ property applies to it.
     1.6  
     1.7 +     <li> The first printed page’s type is the <a
     1.8 +      href="#start-page-value"><i>start ‘<code
     1.9 +      class=property>page</code>’ value</i></a> of the root.
    1.10 +
    1.11       <li> If for any two boxes meeting at a <a
    1.12        href="http://www.w3.org/TR/css3-break/#btw-blocks">Class 1</a> break
    1.13        point, the <a href="#end-page-value"><i>end ‘<code
    1.14 @@ -3481,6 +3485,9 @@
    1.15       Working Draft</a> are:
    1.16  
    1.17      <ul>
    1.18 +     <li>The first printed page can be <a
    1.19 +      href="#using-named-pages">named</a>.
    1.20 +
    1.21       <li>The ‘<code class=css>:blank</code>’ <a
    1.22        href="#pseudo-classes">pseudo-class</a> was imported from the <a
    1.23        href="http://dev.w3.org/csswg/css3-gcpm/">Generated Content for Paged
     2.1 --- a/css3-page/Overview.src.html	Sun Feb 24 01:30:16 2013 +0100
     2.2 +++ b/css3-page/Overview.src.html	Sun Feb 24 01:31:32 2013 +0100
     2.3 @@ -2150,6 +2150,9 @@
     2.4      if and only if the 'page' property applies to it.
     2.5  
     2.6    <li>
     2.7 +    The first printed page’s type is the <i>start 'page' value</i> of the root.
     2.8 +
     2.9 +  <li>
    2.10      If for any two boxes meeting at a <a href="http://www.w3.org/TR/css3-break/#btw-blocks">Class 1</a> break point,
    2.11      the <i>end 'page' value</i> of the box preceding the break
    2.12      and <i>start 'page' value</i> of the box succeeding the break
    2.13 @@ -2465,6 +2468,8 @@
    2.14  </p>
    2.15  
    2.16  <ul>
    2.17 +  <li>The first printed page can be <a href="#using-named-pages">named</a>.
    2.18 +
    2.19    <li>The '':blank'' <a href="#pseudo-classes">pseudo-class</a> was imported
    2.20      from the <a href="http://dev.w3.org/csswg/css3-gcpm/">Generated Content for Paged Media</a> module.
    2.21  

mercurial