- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Nov 2011 20:34:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions In directory hutz:/tmp/cvs-serv5334 Modified Files: Overview.html Log Message: Generated. Do not edit! Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-regions/Overview.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- Overview.html 22 Nov 2011 17:19:42 -0000 1.30 +++ Overview.html 24 Nov 2011 20:34:55 -0000 1.31 @@ -7,18 +7,17 @@ <title>CSS Regions Module Level 3</title> <link href=default.css rel=stylesheet type="text/css"> - <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet - type="text/css"> - <link href=alternate-spec-style.css id=st rel=stylesheet + <link href=alternate-spec-style.css id=st rel="alternate stylesheet" title="additional spec styles" type="text/css"> - <script src=style-toggle.js type="text/javascript"></script> <style type="text/css"> /* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */ /* The fonts are not applied if only loaded from the alternate stylesheet */ + /* @import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic); @import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono); + */ a.toggle { position: fixed; @@ -55,6 +54,8 @@ display: none; } </style> + <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet + type="text/css"> <body> <div class=head id=div-head> <!--begin-logo--> @@ -63,14 +64,14 @@ <h1 id=css-regions-module>CSS Regions Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 November + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 November 2011</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2011/ED-css3-regions-20111122/">http://www.w3.org/csswg/css3-regions</a> + href="http://www.w3.org/TR/2011/ED-css3-regions-20111124/">http://www.w3.org/csswg/css3-regions</a> <dt>Latest version: @@ -80,7 +81,7 @@ <dt>Previous version: <dd><a - href="http://www.w3.org/TR/2011/WD-css3-regions-20111124/">http://www.w3.org/TR/2011/WD-css3-regions-20111124/</a> + href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">http://www.w3.org/TR/2011/WD-css3-regions-20111129/</a> <dt>Editors: @@ -163,10 +164,13 @@ <!--end-status--> <p>This draft is related to the drafts about Multi-column Layout <a - href="#CSSMULTICOL">[CSSMULTICOL]</a>, Grid Layout <a - href="#CSS3GRID">[CSS3GRID]</a>, Flexible Box Layout <a - href="#CSS3FLEXBOX">[CSS3FLEXBOX]</a>, and Template Layout <a - href="#CSSTEMPLATELAYOUT">[CSSTEMPLATELAYOUT]</a>. + href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a>, Grid + Layout <a href="#CSS3GRID" + rel=biblioentry>[CSS3GRID]<!--{{CSS3GRID}}--></a>, Flexible Box Layout <a + href="#CSS3-FLEXBOX" + rel=biblioentry>[CSS3-FLEXBOX]<!--{{CSS3-FLEXBOX}}--></a>, and Template + Layout <a href="#CSS3LAYOUT" + rel=biblioentry>[CSS3LAYOUT]<!--{{CSS3LAYOUT}}--></a>. <h2 class="no-num no-toc" id=table-of-contents>Table of contents</h2> <!--begin-toc--> @@ -342,10 +346,10 @@ as regions. <pre> -<div id="region1"></div≫ -<div id="region2"></div≫ -<div id="region3"></div≫ -<div id="region4"></div≫ +<div id="region1"></div> +<div id="region2"></div> +<div id="region3"></div> +<div id="region4"></div> </pre> <p>CSS layout facilities can position and size regions as needed. However, @@ -2148,6 +2152,16 @@ </dd> <!----> + <dt id=CSS3-FLEXBOX>[CSS3-FLEXBOX] + + <dd>Tab Atkins Jr.; Alex Mogilevsky; L. David Baron. <a + href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/"><cite>Flexible + Box Layout Module.</cite></a> 22 March 2011. W3C Working Draft. (Work in + progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/</a> + </dd> + <!----> + <dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT] <dd>Alex Mogilevsky; et al. <a @@ -2167,6 +2181,26 @@ </dd> <!----> + <dt id=CSS3GRID>[CSS3GRID] + + <dd>Alex Mogilevsky; Markus Mielke. <a + href="http://www.w3.org/TR/2007/WD-css3-grid-20070905"><cite>CSS Grid + Positioning Module Level 3.</cite></a> 5 September 2007. W3C Working + Draft. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2007/WD-css3-grid-20070905">http://www.w3.org/TR/2007/WD-css3-grid-20070905</a> + </dd> + <!----> + + <dt id=CSS3LAYOUT>[CSS3LAYOUT] + + <dd>Bert Bos; César Acebal. <a + href="http://www.w3.org/TR/2010/WD-css3-layout-20100429"><cite>CSS + Template Layout Module.</cite></a> 29 April 2010. W3C Working Draft. + (Work in progress.) URL: <a + href="http://www.w3.org/TR/2010/WD-css3-layout-20100429">http://www.w3.org/TR/2010/WD-css3-layout-20100429</a> + </dd> + <!----> + <dt id=CSS3PAGE>[CSS3PAGE] <dd>Håkon Wium Lie; Melinda Grant. <a
Received on Thursday, 24 November 2011 20:35:06 UTC