Re: [csswg-drafts] [css-grid-2] Clarify meaning of "one grid line in each axis" (#11861)

I don’t understand why the spec requires a line 1 on each axis when no tracks are defined. What if we used an implicit grid from the start with `grid-template-columns/rows: none`, where lines are created only when items are placed—like grid-column: 1 generates lines 1 and 2, and grid-column: 5 extends it to lines 1–6? This is similar to how implicit tracks are added beyond the grid’s edge anyway (e.g., `grid-column: 10` in a 3-column grid). So why is an initial line 1 necessary instead of just using this implicit approach? What do these starting reference lines actually give us?

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


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

Received on Friday, 7 March 2025 22:03:06 UTC