Re: [csswg-drafts] [css-scoping] Inclusive vs exclusive lower boundary (#6577)

> ```css
> @scope (.component) to (.lower) {
>   div { /* does not match div.lower */ }
>   div:boundary { /* does match div.lower */ }
> }
> ```

Would that `div:boundary` *only* select the `div.lower` then? If so, wouldn't that mean one would have to duplicate every selector, like `outer-element > inner-element.some-class + p, outer-element > inner-element.some-class + p:boundary`?

But this also leads to another question: Should boundary inclusion be defined per boundary, or per selector?

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


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

Received on Wednesday, 17 November 2021 20:51:03 UTC