HTMLStyleElement.idl 230 B

12345678910
  1. interface HTMLStyleElement : HTMLElement {
  2. [Reflect] attribute DOMString media;
  3. [Reflect] attribute DOMString type;
  4. // FIXME: This should come from a LinkStyle mixin
  5. readonly attribute CSSStyleSheet? sheet;
  6. };