DescriptionAdd 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).
The idea is that we convert the existing "integer position" into an
explicit position that covers [ <integer> || <string> ] in the
grammar. Also to simplify StyleResolver, we always create a
CSSValueList with the different values in a well-defined order.
The grid-item-*-get-set.html tests were improved to support the
extended grammar and some clean-up was done in the invalid cases
in grid-item-column-row-get-set.html as a lot of them could fail
for 2 reasons (both positions are span and another one).
BUG=234192
TESTS=fast/css-grid-layout/grid-item-column-row-get-set.html
fast/css-grid-layout/grid-item-end-after-get-set.html
fast/css-grid-layout/grid-item-start-before-get-set.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150381
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add support the right grammar, more testing #Patch Set 3 : Retry upload, same change as 2 #
Total comments: 5
Patch Set 4 : Patch for landing (fixed Elliott's comments) #Messages
Total messages: 10 (0 generated)
|