|
87 | 87 |
|
88 | 88 | <h1 id=css-paged>CSS Paged Media Module Level 3</h1> |
89 | 89 |
|
90 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 19 June 2008</h2> |
| 90 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 20 June 2008</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/2008/ED-css3-page-20080619">http://www.w3.org/TR/2008/WD-css3-page-20080619</a></dd> --> |
| 97 | + <!-- <dd><a href="http://www.w3.org/TR/2008/ED-css3-page-20080620">http://www.w3.org/TR/2008/WD-css3-page-20080620</a></dd> --> |
98 | 98 |
|
99 | 99 | <dt>Latest version: |
100 | 100 |
|
@@ -179,7 +179,7 @@ <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 19 |
| 182 | + href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 20 |
183 | 183 | June 2008. 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 |
@@ -2745,7 +2745,7 @@ <h3 id=allowed-pg-brk><span class=secno>9.4 </span>Allowed page breaks</h3> |
2745 | 2745 | overflowing the page boxes, then rules A, B and D are dropped in order |
2746 | 2746 | to find additional breakpoints. In this case the UA may use the |
2747 | 2747 | ‘<span class=property>avoid</span>’s that are in effect at |
2748 | | - those points to weight the appropriateness of the new breakpoints; |
| 2748 | + those points to weigh the appropriateness of the new breakpoints; |
2749 | 2749 | however, this specification does not suggest a precise algorithm.</p> |
2750 | 2750 |
|
2751 | 2751 | <p>If that still does not lead to sufficient break points, rule C is |
@@ -2795,15 +2795,9 @@ <h3 id=best-pg-brk><span class=secno>9.6 </span>"Best" page breaks</h3> |
2795 | 2795 | <li>Make all pages that don't end with a forced break appear to have |
2796 | 2796 | about the same height. |
2797 | 2797 |
|
2798 | | - <li>Avoid breaking inside a block that has a border. |
2799 | | - |
2800 | | - <li>Avoid breaking inside a table. |
2801 | | - |
2802 | | - <li>Avoid breaking inside a floated element. |
| 2798 | + <li>Avoid breaking inside a replaced element. |
2803 | 2799 | </ul> |
2804 | 2800 |
|
2805 | | - <p class=issue>These last three rules probably need to be removed.</p> |
2806 | | - |
2807 | 2801 | <div class=example> |
2808 | 2802 | <p>Suppose, for example, that the style sheet contains <span |
2809 | 2803 | class=css>‘<code class=css>orphans : 4</code>’</span>, |
|
0 commit comments