RESOLVED FIXED Bug 118051
[CSS Grid Layout] Add support for parsing <grid-line> that includes a 'span'
https://bugs.webkit.org/show_bug.cgi?id=118051
Summary [CSS Grid Layout] Add support for parsing <grid-line> that includes a 'span'
Sergio Villar Senin
Reported 2013-06-26 01:41:37 PDT
We should consider merging: Add support for parsing <grid-line> that includes a 'span' This adds the parsing, style resolution and getComputedStyle bits to our code. The rendering code was not made aware of the new type of GridPosition yet. BUG=229713 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=148766
Attachments
Patch (47.04 KB, patch)
2013-06-26 03:53 PDT, Sergio Villar Senin
kling: review+
Sergio Villar Senin
Comment 1 2013-06-26 03:53:06 PDT
Andreas Kling
Comment 2 2013-08-06 00:41:25 PDT
Comment on attachment 205467 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=205467&action=review > Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1109 > + return list; return list.release(); would be slightly more efficient.
Sergio Villar Senin
Comment 3 2013-08-06 04:44:51 PDT
Note You need to log in before you can comment on or make changes to this bug.