DescriptionAllow defining named grid lines on the grid element
This change adds parsing, style resolution and getComputedStyle
support for named grid lines at the grid element level (ie extends
our <track-list> support). Per the specification, we allow multiple
grid lines with the same name.
To fully support resolving the grid lines to a position on our
grid, we need to add the parsing at the grid item's level (which
means extending our <grid-line> support). This will be done in a
follow-up change.
BUG=234192
TEST=fast/css-grid-layout/named-grid-line-get-set.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149798
Patch Set 1 #
Total comments: 8
Patch Set 2 : Patch updated after Elliott's comments #
Total comments: 5
Patch Set 3 : Updated patch for landing #Patch Set 4 : Rebaselined patch for try job / landing #
Messages
Total messages: 8 (0 generated)
|