Re: [w3ctag/design-reviews] Behavior of the "disabled" attribute for HTMLLinkElement (#519)

What kind of support exists for `<style>`? With
```html
<style>body { background:lime</style>
<style disabled>body { background:red</style>
```
I get red in each browser.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/519#issuecomment-636286231

Received on Saturday, 30 May 2020 06:33:18 UTC