- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Mon, 30 Jan 2023 21:10:13 +0000
- To: public-css-archive@w3.org
> I suppose > * might imply a starting &, which would be treated as :scope in this case?
How?
Do you have a full example?
```css
/* relative selector is not allowed here */
> * {}
@scope (div.scope) {
/* relative selector is not allowed here */
> * {}
}
.bar
@scope (div.scope) {
/* relative selector IS allowed here, but & is `.bar` */
> * {}
}
}
```
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8377#issuecomment-1409343543 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 30 January 2023 21:10:15 UTC