RESOLVED FIXED 103312
[CSS Grid Layout] Support grid-definition-{rows|columns} repeat() syntax
https://bugs.webkit.org/show_bug.cgi?id=103312
Summary [CSS Grid Layout] Support grid-definition-{rows|columns} repeat() syntax
Julien Chaffraix
Reported 2012-11-26 15:59:07 PST
The specification allows a grid definition to be repeated by using the repeat() function: <track-list> => [ [ <string> ]* <track-group> [ <string> ]* ]+ | none <track-group> => <track-minmax> | [ repeat( <positive-integer> , [ [ <string> ]* <track-minmax> [ <string> ]* ]+ ) ]
Attachments
Patch (17.81 KB, patch)
2013-11-11 09:13 PST, Sergio Villar Senin
kling: review+
Sergio Villar Senin
Comment 1 2013-11-11 09:13:54 PST
Sergio Villar Senin
Comment 2 2013-11-13 01:25:19 PST
Adding reviewers
Andreas Kling
Comment 3 2013-11-26 10:00:56 PST
Comment on attachment 216577 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216577&action=review r=me > Source/WebCore/css/CSSParser.cpp:5048 > + values->append(primitiveValue); values->append(primitiveValue.release()); > Source/WebCore/css/CSSParser.cpp:5086 > + repeatedValues->append(trackSize); repeatedValues->append(trackSize.release());
Sergio Villar Senin
Comment 4 2013-11-27 00:28:47 PST
Note You need to log in before you can comment on or make changes to this bug.