Bug 127987

Summary: [meta][CSS Grid Layout] Adapting syntax to changes introduced in the latest spec
Product: WebKit Reporter: Javier Fernandez <jfernandez>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jfernandez, rego, svillar, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 127989, 127990, 128980, 129041, 132122, 146061    
Bug Blocks: 60731    

Description Javier Fernandez 2014-01-31 02:44:56 PST
This meta-bug will be used to track syntax issues derived from the Grid Layout specification updates.
Comment 1 Javier Fernandez 2014-01-31 02:46:18 PST
I've already identified the following syntax issues:

grid : not implemented yet.
grid-auto-position: not implemented yet 
grid-template: not implemented yet 

grid-template-areas: currently defined as 'grid-template'
grid-template-columns: currently defined as 'grid-definition-columns'
grid-template-rows: currently defined as 'grid-definition-rows'
Comment 2 Sergio Villar Senin 2014-11-26 06:00:11 PST
We can close this now as I don't expect changes in the syntax.