Re: [csswg-drafts] [css-cascade-6] change lower boundary keyword for @scope to "until" (#7943)

The other option that came up in the discussion was to use some symbol instead of a keyword, e.g. ">":

```
@scope ([data-scope='main-component']) > ([data-scope]) {
  p { color: red; }
}
```

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


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

Received on Wednesday, 1 March 2023 17:13:48 UTC