|
12 | 12 | rel=dcterms.rights> |
13 | 13 | <meta content="CSS Fragmentation Module Level 3" name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2013-12-13 name=dcterms.date> |
| 15 | + <meta content=2014-01-13 name=dcterms.date> |
16 | 16 | <meta content="Rossen Atanassov" name=dcterms.creator> |
17 | 17 | <meta content="Microsoft Corporation" name=dcterms.creator> |
18 | 18 | <meta |
|
34 | 34 | <h1 id=css-fragmentation-module>CSS Fragmentation Module Level 3:<br> |
35 | 35 | Breaking the Web, one fragment at a time</h1> |
36 | 36 |
|
37 | | - <h2 class="no-num no-toc">Editor's Draft 13 December 2013</h2> |
| 37 | + <h2 class="no-num no-toc">Editor's Draft 13 January 2014</h2> |
38 | 38 |
|
39 | 39 | <dl> |
40 | 40 | <dt>This version:</dt> |
41 | | - <!--<dd><a href="http://dev.w3.org/csswg/css3-break/">http://www.w3.org/TR/2013/WD-css3-break-20131213/</a></dd>--> |
| 41 | + <!--<dd><a href="http://dev.w3.org/csswg/css3-break/">http://www.w3.org/TR/2014/WD-css3-break-20140113/</a></dd>--> |
42 | 42 |
|
43 | 43 | <dd><a |
44 | 44 | href="http://dev.w3.org/csswg/css3-break/">http://dev.w3.org/csswg/css3-break/</a> |
@@ -87,7 +87,7 @@ <h2 class="no-num no-toc">Editor's Draft 13 December 2013</h2> |
87 | 87 | <!--begin-copyright--> |
88 | 88 | <p class=copyright><a |
89 | 89 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
90 | | - rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr |
| 90 | + rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr |
91 | 91 | title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a |
92 | 92 | href="http://www.csail.mit.edu/"><abbr |
93 | 93 | title="Massachusetts Institute of Technology">MIT</abbr></a>, <a |
@@ -1485,10 +1485,17 @@ <h3 id=transforms><span class=secno>5.5. </span> Transforms, Positioning, |
1485 | 1485 | rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, transforms <a |
1486 | 1486 | href="#ref-CSS3-TRANSFORMS" |
1487 | 1487 | rel=biblioentry>[CSS3-TRANSFORMS]<!--{{!CSS3-TRANSFORMS}}--></a>, and any |
1488 | | - other graphical effects. However, the separation and transfer of page |
1489 | | - boxes <em>should</em> occur last; thus a transformed fragment that spans |
1490 | | - pages <em>should</em> be sliced at the page breaks and print in its |
1491 | | - entirety rather than being clipped by its originating page. |
| 1488 | + other graphical effects. Such effects are applied per fragment: for |
| 1489 | + example, rotation applied to a fragmented box will calculate a rotation |
| 1490 | + origin for each fragment and independently rotate that fragment around its |
| 1491 | + origin. However, the separation and transfer of page boxes <em>should</em> |
| 1492 | + occur last; thus a transformed fragment that spans pages <em>should</em> |
| 1493 | + be sliced at the page breaks and print in its entirety rather than being |
| 1494 | + clipped by its originating page. |
| 1495 | + |
| 1496 | + <p class=issue> There's an issue of how to handle fragments consisting |
| 1497 | + entirely of overflowing content. See <a |
| 1498 | + href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0471.html">discussion</a>. |
1492 | 1499 |
|
1493 | 1500 | <p> Absolute positioning affects layout and thus interacts with |
1494 | 1501 | fragmentation. Both the coordinate system and absolutely-positioned boxes |
|
0 commit comments