WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
145693
[CSS Grid Layout] Support dot sequences in grid-template-areas
https://bugs.webkit.org/show_bug.cgi?id=145693
Summary
[CSS Grid Layout] Support dot sequences in grid-template-areas
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Manuel Rego Casasnovas
Comment 1
2015-06-05 05:46:47 PDT
Created
attachment 254352
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug