[css3-grid-layout] New Grid Editor's Draft published

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 2 August 2012 Editor's Draft include:

 * Section 2.2: Updated Example I, and other examples, to use the latest Box Alignment Level 3 syntax. 
* Section 3.3: Changed "Grid Cells to "Grid Areas" throughout the spec. 
* Section 5: Updated this section to be in alignment with the Flexible Box spec on anonymous items. 
* Section 6.3: Removed this from the spec. 
* Section 6.3: (was 6.4) Removed issue 1 about named lines in the repeat syntax; will track the issue via Bugzilla. 
* Section 6.4: (was 6.5) Renamed Grid-columns and Grid-rows to Grid-column-definition and Grid-row-definition throughout the spec. 
* Section 6.5: (was 6.6) Update the grid-template property to accept IDENTS for naming grid areas instead of characters. 
* Section 6.5: (was 6.6) Added support for periods to create an unamed region of the grid using the grid-template property. 
* Section 6.5: (was 6.6) Removed discussion of grid-cell property (now grid-area) to section 7. 
* Section 7: Updated usage and syntax of grid-row, grid-column, grid-row-span and grid-column-span properties to include the use of IDENTS. 
* Section 7.2: Updated usage and syntax of grid-area property (was grid-cell) as a shorthand property for other grid sizing and positioning properties. 
* Section 7.5: Updated description and algorithm for automatic placement of Grid Items. 
* Section 10.2: Corrected typo in CalculateNormalizedFractionBreadth - NormalizedFractionValue ==> NormalizedFractionBreadth. 
* Section 10.2: Changed CalculateNormalizedFractionBreadth to sort by NormalizedFractionValue ascending. 
* Section 10.2: Changed syntax from "== defined" to "is defined". 
* Section 10.2: Fixed ResolveContentBasedTrackSizingFunctionsForItems to use GridItems instead of RecipientTracks.

Thanks, Grid Spec Editors

Received on Thursday, 2 August 2012 22:46:22 UTC