- From: Brandon McConnell via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Oct 2022 14:08:15 +0000
- To: public-css-archive@w3.org
@mirisuzanne @fantasai @LeaVerou I also think this could be confusing for nesting contexts opened within scoped contexts, like in the example below: ```css .media { /* & === .media */ @scope (&) { /* & === :scope */ img { /* What would `&` be here— `img` or `:scope` ? */ } } } ``` What would the below example be? Would I then be unable to reference `:scope` via `&` again once I re-open a new nesting context? -- GitHub Notification of comment by brandonmcconnell Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5745#issuecomment-1271646202 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 7 October 2022 14:08:17 UTC