Description[css-grid] Rename GridSpan properties
GridSpan was using old names initialResolvedPosition and
finalResolvedPosition.
This patch rename them to startLine and endLine.
Some reasons for this refactoring:
* "position" is a vague term not defined in the spec.
* GridSpan is currently storing grid lines. A grid "line" is defined
in the spec: https://drafts.csswg.org/css-grid/#grid-line-concept
* The spec uses the concepts "start" and "end" lines too.
No new tests, no change of behavior.
BUG=444011
Committed: https://crrev.com/f1f4acccc0a6f34ae712788f7b18c61876644463
Cr-Commit-Position: refs/heads/master@{#381930}
Patch Set 1 #
Total comments: 4
Patch Set 2 : #Patch Set 3 : Fix typo opossiteLine vs oppositeLine #
Dependent Patchsets: Messages
Total messages: 15 (7 generated)
|