- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 27 Sep 2024 07:01:56 +0000
- To: public-css-archive@w3.org
Can we make it so that authors do not have to wrap simple scope conditions? ```css @imports "foo" @scope(.foo); /* -> authors will want to write this */ @imports "foo" @scope((.foo)); /* explicitly wrapped in parenthesis */ @imports "foo" @scope((.foo) to (.bar)); ``` -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7348#issuecomment-2378543700 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 27 September 2024 07:01:57 UTC