Re: [csswg-drafts] [css-grid] Ability to target items in nth-row of autofilled, implicit grid (#1943)

Unfortunately, not possible.  You can make it work *once*, but as soon as you have a *second* feature where a property can affect a selector, you can create loops by using one selector to set the other's properties, then the other selector to set the first's properties.  You end up having to ban *all* properties that can affect *any* selector from being used in *any* of them, which is (a) annoying and weird, and (b) prevents us from ever adding more selectors that depend on existing properties (because we might break code currently validly using those properties with other property-affected selectors).

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


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

Received on Friday, 10 September 2021 22:08:37 UTC