11<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'>
22
33< html lang =en >
4- < head profile ="http://www.w3. org/2006/03 /hcard
4+ < head profile ="http://microformats. org/profile /hcard
55 http://microformats.org/wiki/rel-license ">
66
7+ < meta http-equiv =content-type content ="text/html; charset=utf-8 ">
78 < title > CSS Template Layout Module</ title >
89 < link rel =stylesheet type ="text/css " href ="../default.css ">
910 < link rel =stylesheet type ="text/css "
@@ -25,8 +26,8 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE: 3 August 2004]</h2>
2526 href ="[LATEST] ">
2627 http://www.w3.org/TR/css3-layout/</ a >
2728 < dt > Previous version:</ dt >
28- < dd > < a href ="http://www.w3.org/TR/2010 /WD-css3-layout-20100429 / ">
29- http://www.w3.org/TR/2010 /WD-css3-layout-20100429 /</ a >
29+ < dd > < a href ="http://www.w3.org/TR/2011 /WD-css3-layout-20111129 / ">
30+ http://www.w3.org/TR/2011 /WD-css3-layout-20111129 /</ a >
3031 < dt > Editors:</ dt >
3132 < dd class =vcard > < span class =fn > Bert Bos</ span >
3233 (< span class =org > W3C</ span > ) < a class =email
@@ -2023,6 +2024,12 @@ <h2 id=chains>Chaining slots: the 'chains' property</h2>
20232024</ pre >
20242025< p > Such cutouts in the middle of text usually create text that is
20252026difficult to read, and that is why there is no 'float: center', e.g.
2027+ But the CSS WG is considering a new property 'wrap-flow' for
2028+ absolutely positioned elements that would allow, e.g.: 'p {position:
2029+ absolute; top: 1fr; left: 1fr; width: 1fr; height: 1fr; wrap-flow:
2030+ both}' to absolutely position a P element on top of a template element
2031+ and cause the content of the element under it to wrap around it as if
2032+ it were a float [[CSS3-EXCLUSIONS]].
20262033</ div >
20272034
20282035< p class =note > Note that a slot can have overflowing content even if it
0 commit comments