disabled property
The HTMLStyleElement.disabled property can be used to get and set
whether the stylesheet is disabled (true) or not (false).
Note that there is no corresponding disabled attribute on the HTML
<style>
element.
Implementation
external bool get disabled;
Implementation
external set disabled(bool value);