- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Dec 2011 09:40:04 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv6263
Modified Files:
Overview.html
Log Message:
Generated. Do not edit!
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html 1 Dec 2011 18:20:08 -0000 1.11
+++ Overview.html 2 Dec 2011 09:40:02 -0000 1.12
@@ -2,7 +2,9 @@
<html lang=en>
<head
- profile="http://www.w3.org/2006/03/hcard http://microformats.org/wiki/rel-license">
+ profile="http://microformats.org/profile/hcard http://microformats.org/wiki/rel-license"><meta
+ content="text/html; charset=utf-8" http-equiv=content-type>
+
<title>CSS Template Layout Module</title>
<link href="../default.css" rel=stylesheet type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
@@ -16,13 +18,13 @@
<h1>CSS Template Layout Module</h1>
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>W3C Working
- Draft 1 December 2011</h2>
+ Draft 2 December 2011</h2>
<dl>
<dt>This version:
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-layout-20111201/">
- http://www.w3.org/TR/2011/WD-css3-layout-20111201/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-layout-20111202/">
+ http://www.w3.org/TR/2011/WD-css3-layout-20111202/</a>
<dt>Latest version:
@@ -31,8 +33,8 @@
<dt>Previous version:
- <dd><a href="http://www.w3.org/TR/2010/WD-css3-layout-20100429/">
- http://www.w3.org/TR/2010/WD-css3-layout-20100429/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-layout-20111129/">
+ http://www.w3.org/TR/2011/WD-css3-layout-20111129/</a>
<dt>Editors:
@@ -2432,7 +2434,14 @@
<p>Such cutouts in the middle of text usually create text that is
difficult to read, and that is why there is no ‘<code
- class=css>float: center</code>’, e.g.
+ class=css>float: center</code>’, e.g. But the CSS WG is considering
+ a new property ‘<code class=property>wrap-flow</code>’ for
+ absolutely positioned elements that would allow, e.g.: ‘<code
+ class=css>p {position: absolute; top: 1fr; left: 1fr; width: 1fr; height:
+ 1fr; wrap-flow: both}</code>’ to absolutely position a P element on
+ top of a template element and cause the content of the element under it
+ to wrap around it as if it were a float <a href="#CSS3-EXCLUSIONS"
+ rel=biblioentry>[CSS3-EXCLUSIONS]<!--{{CSS3-EXCLUSIONS}}--></a>.
</div>
<p class=note>Note that a slot can have overflowing content even if it is
Received on Friday, 2 December 2011 09:40:20 UTC