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

Yes, the content attribute doesn't exist for `<style>`. The WebIDL attribute does though, and it forwards to the underlying `.sheet` (so `style.disabled = true;` is effectively `if (style.sheet) style.sheet.disabled = true;` and so on.

-- 
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-636342178

Received on Saturday, 30 May 2020 14:59:35 UTC