|
1 | | -<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'> |
| 1 | +<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'> |
2 | 2 | <html lang="en"> |
3 | 3 | <head profile="http://www.w3.org/2006/03/hcard"> |
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 | <title>CSS Fragmentation Module Level 3</title> |
6 | 6 | <link rel="stylesheet" type="text/css" href="../default.css"> |
7 | | - <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css"> |
| 7 | + <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css"> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <div class="head"> |
11 | 11 | <!--logo--> |
12 | | - <h1 id="css-fragmentation-module">CSS Fragmentation Module Level 3:<br> |
13 | | - Breaking the Web, one fragment at a time</h1> |
| 12 | + <h1 id="css-fragmentation-module">CSS Fragmentation Module Level 3</h1> |
| 13 | + <h2 id=subtitle class="no-num no-toc">Breaking the Web, one |
| 14 | + fragment at a time</h2> |
14 | 15 | <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2> |
15 | 16 | <dl> |
16 | 17 | <dt>This version:</dt> |
17 | | - <!--<dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a></dd>--> |
18 | | - <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a></dd> |
| 18 | + <dd><a href="[VERSION]">[VERSION]</a></dd> |
19 | 19 |
|
20 | 20 | <dt>Latest version:</dt> |
21 | 21 | <dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/css3-break/</a></dd> |
@@ -61,6 +61,9 @@ <h2 class="no-num no-toc" id="status"> |
61 | 61 | Status of this document</h2> |
62 | 62 | <!--status--> |
63 | 63 | <!--<p>The following features are at risk: …</p>--> |
| 64 | + <p> |
| 65 | + See the <a href="#changes" >Changes section</a> for significant |
| 66 | + changes since the previous draft. |
64 | 67 |
|
65 | 68 | <h2 class="no-num no-toc" id="contents"> |
66 | 69 | Table of contents</h2> |
@@ -1154,7 +1157,7 @@ <h4 id="joining-boxes"> |
1154 | 1157 | and fragments from subsequent lines are put to the right of it. |
1155 | 1158 | In a right-to-left containing block, |
1156 | 1159 | the first fragment is the rightmost on the first line |
1157 | | - and subsequent fragments are put to the left of it.</p> |
| 1160 | + and subsequent fragments are put to the left of it. |
1158 | 1161 | </dd> |
1159 | 1162 |
|
1160 | 1163 | <dt>For boxes broken across columns</dt> |
@@ -1396,7 +1399,7 @@ <h2 class="no-num" id="changes"> |
1396 | 1399 | <li>Defined that boxes <a href="#box-splitting">extend to the bottom of the page</a> when broken. |
1397 | 1400 | <li>Defined breaking of <a href="#transforms">transformed/positioned content</a>. |
1398 | 1401 | <li>Defined 1px minimum extent of fragmentainers to ensure progress. |
1399 | | - <li>Clarified fragmentation of <a href="#paraparal-flows">parallel flows</a>. |
| 1402 | + <li>Clarified fragmentation of <a href="#parallel-flows">parallel flows</a>. |
1400 | 1403 | <li>Defined handling of overflowing content (as parallel content). |
1401 | 1404 | <li>Clarified <a href="#varying-size-boxes">float fragmentation</a> in varying-size fragmentainers. |
1402 | 1405 | <li>Various other clarifications. |
|
0 commit comments