Re: [csswg-drafts] [css-grid] Design rationale behind grid lines starting at index 1 ? Contrary to 0 origin in all coordinate systems! (#8490)

@Loirooriol got it, yeah. CSS has historically *always* used 1-indexing; see `:nth-child()`, for example, where `:nth-child(1)` selects the first element in a list of siblings. It is convenient that doing so also lets us use a symmetrical numbering system for the reverse indexing

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


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

Received on Thursday, 23 February 2023 21:28:10 UTC