2020-07-27 01:04:26 -03:00
|
|
|
interface HTMLStyleElement : HTMLElement {
|
|
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString media;
|
|
|
|
|
|
2020-11-12 01:16:41 -03:00
|
|
|
[Reflect] attribute DOMString type;
|
|
|
|
|
|
2021-09-30 20:13:56 -03:00
|
|
|
// FIXME: This should come from a LinkStyle mixin
|
|
|
|
|
readonly attribute CSSStyleSheet? sheet;
|
|
|
|
|
|
2020-12-09 18:26:42 -03:00
|
|
|
};
|