RESOLVED FIXED 118025
[CSS Grid Layout] CSSParser should reject <track-list> without a <track-size>
https://bugs.webkit.org/show_bug.cgi?id=118025
Summary [CSS Grid Layout] CSSParser should reject <track-list> without a <track-size>
Ryosuke Niwa
Reported 2013-06-25 21:10:05 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/486ed9f6fb9e9d72509c94a173092ac6370c35da The case of <track-list> without a <track-size> was properly handled but that's because style resolution had to account for the parsing being not totally right. This refactoring will help with implementing parsing for <repeat-function> as the code matches the specification more closely.
Attachments
Patch (6.37 KB, patch)
2013-11-06 09:42 PST, Sergio Villar Senin
kling: review+
Sergio Villar Senin
Comment 1 2013-11-06 09:42:21 PST
Andreas Kling
Comment 2 2013-11-07 01:42:30 PST
Comment on attachment 216186 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216186&action=review r=me with a tiny improvement: > Source/WebCore/css/CSSParser.cpp:5029 > + values->append(name); values->append(name.release());
Sergio Villar Senin
Comment 3 2013-11-07 02:51:28 PST
Note You need to log in before you can comment on or make changes to this bug.