WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 119540
[CSS Grid Layout] Add parsing for named grid lines
https://bugs.webkit.org/show_bug.cgi?id=119540
Summary
[CSS Grid Layout] Add parsing for named grid lines
Sergio Villar Senin
Reported
2013-08-07 02:09:48 PDT
We added support for parsing named grid lines at <trac-list> level, i.e. in the definition of the grid. Now we should add support to parsing grid lines at <grid-line> level, i.e. inside grid-{row|column}-{start|end}. This change covers only the parsing, the layout changes are coming in a follow up patch. We should consider merging these two changes in Blink instead of starting from scratch:
r150381
Add parsing for named grid lines This extends our grammar to support named grid lines (no support for named grid lines with 'span' yet, though the testing for that is added as part of this change). and
r150587
Add parsing for named grid lines with 'span' This change extends our grammar to support all types of named grid lines (the current code would only support grid lines without the 'span' keyword). This means that grid-start: span 1 'first' will now be properly parsed (but not resolved for layout which will be done in a follow-up change).
Attachments
Patch
(37.22 KB, patch)
2013-08-28 09:40 PDT
,
Sergio Villar Senin
no flags
Details
Formatted Diff
Diff
Patch
(37.37 KB, patch)
2013-08-28 10:51 PDT
,
Sergio Villar Senin
kling
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Sergio Villar Senin
Comment 1
2013-08-28 09:40:58 PDT
Created
attachment 209898
[details]
Patch
Early Warning System Bot
Comment 2
2013-08-28 09:49:08 PDT
Comment on
attachment 209898
[details]
Patch
Attachment 209898
[details]
did not pass qt-ews (qt): Output:
http://webkit-queues.appspot.com/results/1618325
Early Warning System Bot
Comment 3
2013-08-28 09:50:02 PDT
Comment on
attachment 209898
[details]
Patch
Attachment 209898
[details]
did not pass qt-wk2-ews (qt-wk2): Output:
http://webkit-queues.appspot.com/results/1581649
EFL EWS Bot
Comment 4
2013-08-28 09:59:46 PDT
Comment on
attachment 209898
[details]
Patch
Attachment 209898
[details]
did not pass efl-wk2-ews (efl-wk2): Output:
http://webkit-queues.appspot.com/results/1625291
EFL EWS Bot
Comment 5
2013-08-28 10:00:34 PDT
Comment on
attachment 209898
[details]
Patch
Attachment 209898
[details]
did not pass efl-ews (efl): Output:
http://webkit-queues.appspot.com/results/1622272
Build Bot
Comment 6
2013-08-28 10:13:15 PDT
Comment on
attachment 209898
[details]
Patch
Attachment 209898
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/1591616
Build Bot
Comment 7
2013-08-28 10:27:40 PDT
Comment on
attachment 209898
[details]
Patch
Attachment 209898
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/1626281
Sergio Villar Senin
Comment 8
2013-08-28 10:51:57 PDT
Created
attachment 209903
[details]
Patch
Andreas Kling
Comment 9
2013-09-03 07:51:50 PDT
Comment on
attachment 209903
[details]
Patch r=me
Sergio Villar Senin
Comment 10
2013-09-03 12:14:02 PDT
Committed
r154996
: <
http://trac.webkit.org/changeset/154996
>
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