Bug 145693

Summary: [CSS Grid Layout] Support dot sequences in grid-template-areas
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: CSSAssignee: Manuel Rego Casasnovas <rego>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jfernandez, svillar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60731    
Attachments:
Description Flags
Patch none

Manuel Rego Casasnovas
Reported 2015-06-05 05:45:03 PDT
The last changes in the editor's draft add support for dot sequences in grid-template-areas (http://dev.w3.org/csswg/css-grid/#valdef-grid-template-areas-string): "A sequence of one or more "." (U+002E FULL STOP), representing a null cell token" So the following example: grid-template-areas: "... title ....." "nav main aside"; Should be equivalent to: grid-template-areas: ". title ." "nav main aside";
Attachments
Patch (9.87 KB, patch)
2015-06-05 05:46 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2015-06-05 05:46:47 PDT
Sergio Villar Senin
Comment 2 2015-06-05 07:32:14 PDT
Comment on attachment 254352 [details] Patch Nice
WebKit Commit Bot
Comment 3 2015-06-05 08:20:11 PDT
Comment on attachment 254352 [details] Patch Clearing flags on attachment: 254352 Committed r185246: <http://trac.webkit.org/changeset/185246>
WebKit Commit Bot
Comment 4 2015-06-05 08:20:14 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.