Description[css-grid] Add parsing support for <auto-repeat> syntax
The repeat() notation allows now to specify auto-fill or auto-fit instead of
a fixed number of repetitions meaning that it will be automatically computed
depending on the available space.
This CL just adds the parsing support, the expansion of the repeat notation
will be implemented in a follow up patch because it cannot be done at
parsing level (since it requires knowing about the available space).
BUG=579104
Committed: https://crrev.com/7647a0d4b25582406b03216f63f4906bd3c46d22
Cr-Commit-Position: refs/heads/master@{#370951}
Patch Set 1 #
Total comments: 8
Patch Set 2 : Removed comments and cleaned up a bit the mix of pointers and references #Patch Set 3 : Patch for landing #
Messages
Total messages: 23 (12 generated)
|