Bug 127987 - [meta][CSS Grid Layout] Adapting syntax to changes introduced in the latest spec
Summary: [meta][CSS Grid Layout] Adapting syntax to changes introduced in the latest spec
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 127989 127990 128980 129041 132122 146061
Blocks: 60731
  Show dependency treegraph
 
Reported: 2014-01-31 02:44 PST by Javier Fernandez
Modified: 2015-06-17 07:57 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.