- From: Chris Jones <cjon@microsoft.com>
- Date: Tue, 14 Aug 2012 00:12:25 +0000
- To: "www-style@w3.org" <www-style@w3.org>
- CC: Phil Cupp <pcupp@microsoft.com>, Markus Mielke <mmielke@microsoft.com>, Sylvain Galineau <sylvaing@microsoft.com>
There is a new editor's draft of the CSS3 Grid Layout module available: http://dev.w3.org/csswg/css3-grid-layout/ Changes made in 13 August 2012 Editor's Draft include: * Section 3.3: Updated Example 7 to show that grid-area is specified with <identifier>s, not strings. (Resolved bug# 18494) [1] * Section 4: (was section 6) Renamed the section to "Defining the Grid". * Section 4.1: (was section 4) Moved section on Grid Declaration inside of "Defining the Grid". * Section 4.5.2: (was 6.4.2) Changed "computed" to "used" values. (Resolved bug# 16906) [2] * Section 4.6: (was 6.5) Updated grid-template property to accept <identifier> instead of IDENT. (Resolved bug# 16038) [3] * Section 5: Moved section on Grid items to after "Defining the Grid". * Section 6.2: Added shorthand properties for grid-row, grid-column, grid-span and grid-position. * Section 6.2: Updated description and syntax of grid-area. * Section 6.4.1: Changed grid-column-sizing and grid-row-sizing to grid-auto-columns and grid-auto-rows. * Section 6.4: Changed grid-flow to grid-auto-flow. * Section 6.5.1: Specified that part of the automatic placement algorithm must be run before Grid Track size is calculated. * Section 7.1: Added a new section to discuss the impact of alignment on grid item size. Thanks, Grid Spec Editors [1] https://www.w3.org/Bugs/Public/show_bug.cgi?id=18494 [2] https://www.w3.org/Bugs/Public/show_bug.cgi?id=16906 [3] https://www.w3.org/Bugs/Public/show_bug.cgi?id=16038
Received on Tuesday, 14 August 2012 00:12:58 UTC