[css-grid-2] Clarify duplicate line name resolution in grid-template-areas #11866
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-grid-1
css-grid-2
Subgrid; Current Work
In section 7.3.2, it states:
This implies that implicit line names (e.g., “foo-start” from
grid-template-areas: "foo foo" "bar bar"
) and explicit line names (e.g., “foo-start” fromgrid-template-rows: 100px [foo-start] 200px
) coexist as separate lines, even with the same name. However, it’s unclear how the grid resolves a reference likegrid-row-start: foo-start
when multiple lines share the name “foo-start.” Does it default to the first occurrence ?The text was updated successfully, but these errors were encountered: