|
87 | 87 |
|
88 | 88 | <h1>CSS Paged Media Module Level 3</h1> |
89 | 89 |
|
90 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 30 April 2009</h2> |
| 90 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 June 2009</h2> |
91 | 91 |
|
92 | 92 | <dl> |
93 | 93 | <dt>This version: |
94 | 94 |
|
95 | 95 | <dd><a |
96 | 96 | href="http://dev.w3.org/csswg/css3-page/">http://dev.w3.org/csswg/css3-page/</a></dd> |
97 | | - <!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090430">http://www.w3.org/TR/2009/WD-css3-page-20090430</a></dd> --> |
| 97 | + <!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090610">http://www.w3.org/TR/2009/WD-css3-page-20090610</a></dd> --> |
98 | 98 |
|
99 | 99 | <dt>Latest version: |
100 | 100 |
|
@@ -179,8 +179,8 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2> |
179 | 179 | <!--end-status--> |
180 | 180 | <p>This document contains the <abbr title="Cascading Style |
181 | 181 | Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a |
182 | | - href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 30 |
183 | | - April 2009. The Last Call period ends on <span class=fudge>TBD</span>.</p> |
| 182 | + href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 10 |
| 183 | + June 2009. The Last Call period ends on <span class=fudge>TBD</span>.</p> |
184 | 184 |
|
185 | 185 | <p>Relative to the previous Last Call Working Draft, this version |
186 | 186 | incorporates changes to the formerly named ‘<code |
@@ -2824,12 +2824,10 @@ <h3 id=allowed-pg-brk><span class=secno>9.4 </span>Allowed page breaks</h3> |
2824 | 2824 |
|
2825 | 2825 | <ol> |
2826 | 2826 | <li id=brk-btw-blocks>In the vertical margin between sibling block boxes |
2827 | | - (or rows in a table). When a <a href=forced-pg-brk>forced page |
2828 | | - break</a> occurs here, the used values of any adjoining ‘<code |
2829 | | - class=property>margin-bottom</code>’ are set to zero. When an |
2830 | | - unforced page break occurs here, both the adjoining ‘<code |
2831 | | - class=property>margin-top</code>’ and ‘<code |
2832 | | - class=property>margin-bottom</code>’ are set to zero. |
| 2827 | + (or rows in a table). When an unforced page break occurs here, both the |
| 2828 | + adjoining ‘<code class=property>margin-top</code>’ and |
| 2829 | + ‘<code class=property>margin-bottom</code>’ are set to |
| 2830 | + zero. |
2833 | 2831 |
|
2834 | 2832 | <li id=brk-btw-lines>Between line boxes inside a block box. |
2835 | 2833 |
|
@@ -2920,6 +2918,10 @@ <h3 id=forced-pg-brk><span class=secno>9.5 </span>Forced page breaks</h3> |
2920 | 2918 | and the first one below it do not have the same value for ‘<code |
2921 | 2919 | class=property><a href="#page">page</a></code>’.</p> |
2922 | 2920 |
|
| 2921 | + <p> When a forced page break occurs at <a href="#brk-btw-blocks">(1)</a>, |
| 2922 | + the used values of any adjoining ‘<code |
| 2923 | + class=property>margin-bottom</code>’ are set to zero. |
| 2924 | + |
2923 | 2925 | <h3 id=best-pg-brk><span class=secno>9.6 </span>"Best" page breaks</h3> |
2924 | 2926 |
|
2925 | 2927 | <p>CSS3 does <em>not</em> define which of a set of allowed page breaks |
|
0 commit comments