22
33< html lang =en >
44 < head
5- profile ="http://www.w3.org/2006/03/hcard http://microformats.org/wiki/rel-license ">
5+ profile ="http://microformats.org/profile/hcard http://microformats.org/wiki/rel-license "> < meta
6+ content ="text/html; charset=utf-8 " http-equiv =content-type >
7+
68 < title > CSS Template Layout Module</ title >
79 < link href ="../default.css " rel =stylesheet type ="text/css ">
810 < link href ="http://www.w3.org/StyleSheets/TR/W3C-WD.css " rel =stylesheet
1618 < h1 > CSS Template Layout Module</ h1 >
1719
1820 < h2 class ="no-num no-toc " id =longstatus-date-3-august-2004 > W3C Working
19- Draft 1 December 2011</ h2 >
21+ Draft 2 December 2011</ h2 >
2022
2123 < dl >
2224 < dt > This version:
2325
24- < dd > < a href ="http://www.w3.org/TR/2011/WD-css3-layout-20111201 / ">
25- http://www.w3.org/TR/2011/WD-css3-layout-20111201 /</ a >
26+ < dd > < a href ="http://www.w3.org/TR/2011/WD-css3-layout-20111202 / ">
27+ http://www.w3.org/TR/2011/WD-css3-layout-20111202 /</ a >
2628
2729 < dt > Latest version:
2830
@@ -31,8 +33,8 @@ <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>W3C Working
3133
3234 < dt > Previous version:
3335
34- < dd > < a href ="http://www.w3.org/TR/2010 /WD-css3-layout-20100429 / ">
35- http://www.w3.org/TR/2010 /WD-css3-layout-20100429 /</ a >
36+ < dd > < a href ="http://www.w3.org/TR/2011 /WD-css3-layout-20111129 / ">
37+ http://www.w3.org/TR/2011 /WD-css3-layout-20111129 /</ a >
3638
3739 < dt > Editors:
3840
@@ -2432,7 +2434,14 @@ <h2 id=chains><span class=secno>15. </span>Chaining slots: the ‘<a
24322434
24332435 < p > Such cutouts in the middle of text usually create text that is
24342436 difficult to read, and that is why there is no ‘< code
2435- class =css > float: center</ code > ’, e.g.
2437+ class =css > float: center</ code > ’, e.g. But the CSS WG is considering
2438+ a new property ‘< code class =property > wrap-flow</ code > ’ for
2439+ absolutely positioned elements that would allow, e.g.: ‘< code
2440+ class =css > p {position: absolute; top: 1fr; left: 1fr; width: 1fr; height:
2441+ 1fr; wrap-flow: both}</ code > ’ to absolutely position a P element on
2442+ top of a template element and cause the content of the element under it
2443+ to wrap around it as if it were a float < a href ="#CSS3-EXCLUSIONS "
2444+ rel =biblioentry > [CSS3-EXCLUSIONS]<!--{{CSS3-EXCLUSIONS}}--> </ a > .
24362445 </ div >
24372446
24382447 < p class =note > Note that a slot can have overflowing content even if it is
0 commit comments