Description[CSS Grid Layout] Fix grid-template-areas parsing to avoid spaces
The spec doesn't require to have spaces between unnamed and named areas
in grid-template-areas syntax. But spaces are currently required in our
code.
This was confirmed in the CSS WG mailing list:
https://lists.w3.org/Archives/Public/www-style/2015May/0239.html
This patch updates grid-template-areas parsing to allow the possibility
of removing spaces between unnamed and named areas.
Added new case to fast/css-grid-layout/grid-template-areas-get-set.html.
BUG=490088
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196901
Patch Set 1 #
Total comments: 4
Patch Set 2 : Rebased patch applying suggested changes #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||||||||||||||||||||