- From: gitspeaks via GitHub <sysbot+gh@w3.org>
- Date: Sun, 09 Mar 2025 00:13:05 +0000
- To: public-css-archive@w3.org
gitspeaks has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-grid-2] Clarify duplicate line name resolution in grid-template-areas == In [section 7.3.2](https://drafts.csswg.org/css-grid-2/#implicit-named-lines), it states: > These implicitly-assigned line names behave just like any other line names, except that they do not appear in the value of grid-template-rows/grid-template-columns. Even if an explicitly-assigned line name with the same name is defined, the implicitly-assigned line names are just more lines with the same name. 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” from `grid-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 like `grid-row-start: foo-start` when multiple lines share the name “foo-start.” Does it default to the first occurrence ? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11866 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 9 March 2025 00:13:06 UTC