- From: Alex Mogilevsky via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Jul 2011 08:07:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-grid-align In directory hutz:/tmp/cvs-serv2964 Modified Files: Overview.html Log Message: new editor draft. •Included an algorithm for computing the size of Grid Tracks in the spec. •Removed the property grid-cell-stacking. •Removed the pseudo-element selector ::grid-cell. •Defined that Grid Cells named explicitly using the grid-template property cannot be styled (with the removal of the ::grid-cell pseudo-element selector they cannot be selected). •Removed the notion that Grid Cells could be given a display property which controls their inner layout. •Corrected an error in the automatic placement example. All children of the form should be display:block to ensure they are valid Grid Items. •Updated the Grid Columns and Grid Rows Properties grammar to correct an error and reduce ocurrences of <string> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-grid-align/Overview.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Overview.html 11 May 2011 07:58:43 -0000 1.11 +++ Overview.html 23 Jul 2011 08:07:55 -0000 1.12 @@ -17,7 +17,30 @@ --> <link href="default.css" rel="stylesheet" type="text/css" /> <style type="text/css"> - .example { clear:both; } + .example { + clear:both + } + + th { + text-align:left + } [...1266 lines suppressed...] + <h3><span class="secno">C.1 </span>Normative References</h3> <dl class="bibliography"> <dt id="bib-CSS3VAL">[CSS3VAL]</dt><dd>Chris Lilley; Håkon Wium Lie. <a href="http://www.w3.org/TR/2006/WD-css3-values-20060919"><cite>CSS3 Values and Units.</cite></a> 19 September 2006. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2006/WD-css3-values-20060919">http://www.w3.org/TR/2006/WD-css3-values-20060919</a></dd> <dt id="bib-CSS3WRITINGMODES">[CSS3WRITINGMODES]</dt><dd>Elika J. Etemad; Koji Ishii; Shinyu Murakami. <a href="http://dev.w3.org/csswg/css3-writing-modes"><cite>CSS Writing Modes Module Level 3.</cite></a> 17 October 2010. W3C Editor's Draft. (Work in progress.) URL: <a href="http://dev.w3.org/csswg/css3-writing-modes">http://dev.w3.org/csswg/css3-writing-modes</a></dd> @@ -1867,12 +2168,12 @@ </div> <div class="section" id="informative-references"> - <h3><span class="secno">B.2 </span>Informative References</h3> + <h3><span class="secno">C.2 </span>Informative References</h3> <dl class="bibliography"> <dt id="bib-CSS3COL">[CSS3COL]</dt><dd>Håkon Wium Lie. <a href="http://www.w3.org/TR/2007/WD-css3-multicol-20070606"><cite>CSS3 module: Multi-column layout.</cite></a> 6 June 2007. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2007/WD-css3-multicol-20070606">http://www.w3.org/TR/2007/WD-css3-multicol-20070606</a></dd> <dt id="bib-CSS3GCPM">[CSS3GCPM]</dt><dd>Håkon Wium Lie. <a href="http://www.w3.org/TR/2007/WD-css3-gcpm-20070504"><cite>CSS3 module: Generated Content for Paged Media.</cite></a> 4 May 2007. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2007/WD-css3-gcpm-20070504">http://www.w3.org/TR/2007/WD-css3-gcpm-20070504</a></dd> - <dt id="bib-CSS3LAYOUT">[CSS3LAYOUT]</dt><dd>Bert Bos. <a href="http://www.w3.org/TR/2007/WD-css3-layout-20070809"><cite>CSS Advanced Layout Module.</cite></a> 9 August 2007. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2007/WD-css3-layout-20070809">http://www.w3.org/TR/2007/WD-css3-layout-20070809</a></dd> - <dt id="bib-FLEXBOX">[FLEXBOX]</dt><dd>L. David Baron. <a href="http://www.w3.org/TR/css3-flexbox/"><cite>Flexible Box Layout Module.</cite></a> 23 July 2009. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/css3-flexbox/">http://www.w3.org/TR/css3-flexbox/</a></dd> + <dt id="bib-CSS3LAYOUT">[CSS3LAYOUT]</dt><dd>Bert Bos. <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="bib-CSS3FLEXBOX">[CSS3FLEXBOX]</dt><dd>Tab Atkins Jr. <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/"><cite>CSS3 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> </dl> <!--End Section: Informative References--> </div>
Received on Saturday, 23 July 2011 08:08:33 UTC