HTMLStyleElement.idl 129 B

1234567
  1. interface HTMLStyleElement : HTMLElement {
  2. [Reflect] attribute DOMString media;
  3. [Reflect] attribute DOMString type;
  4. }