Re: [csswg-drafts] [css-grid-2] Resolving indefinite grid spans in nested subgrids (#6905)

Should we special case `template-grid-XXX: subgrid` without any specified line names? The current spec says that we should always use the number of explicit tracks (note the property specifies lines, not tracks), clamped at 1.

The `line-names-002.html` test case has `grid: 50px / subgrid; grid-column: span 10` (on `.subgrid`).

Would it be preferable for that to have a used grid span of 10, not 1?

-- 
GitHub Notification of comment by mattwoodrow
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6905#issuecomment-1026388284 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 1 February 2022 01:25:37 UTC