Re: [csswg-drafts] [css-selectors][css-namespaces] Lexical Scoping (#4061)

> this will load all.css in all current and legacy browsers.

That's a good point.

You could always prevent a media match with:

```html
<link rel="stylesheet" href="all.css" media="scope" scope="foo">
```
AFAIK, any non-matching media-query is supposed to be converted to `not all` according to the spec

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

Received on Friday, 16 August 2019 16:33:07 UTC