Re: [csswg-drafts] [css-conditional] Nested at-rules within at-rule() (#11117)

In https://github.com/w3c/csswg-drafts/issues/6966#issuecomment-2339051165 I suggested to allow authors to either test for an at-rule’s name or an actual full at-rule.

That would allow the following:

```css
@supports at-rule(@page { @top-left { ... }}) {
  …
}
```

… which I believe fixes this issue.

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


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

Received on Friday, 1 November 2024 22:13:23 UTC