StyleSheet.idl 364 B

123456789101112
  1. interface StyleSheet {
  2. readonly attribute Element? ownerNode;
  3. readonly attribute CSSOMString type;
  4. // readonly attribute USVString? href;
  5. readonly attribute CSSStyleSheet? parentStyleSheet;
  6. readonly attribute DOMString? title;
  7. // [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
  8. attribute boolean disabled;
  9. };