Re: [csswg-drafts] [css-cascade-4] Extend CSSImportRule to expose supports condition (#8710)

I can make a PR to css-cascade-4 if it seems reasonable, having something roughly like:
```
partial interface CSSImportRule {
  readonly attribute CSSOMString? supportsCondition;
};
```

As there is no parsing/particular types for supports conditions (or `@supports` rules). Thoughts? cc @emilio @tabatkins @fantasai

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


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

Received on Thursday, 13 April 2023 08:29:36 UTC