CSSStyleRule.idl 189 B

1234567
  1. interface CSSStyleRule {
  2. attribute CSSOMString selectorText;
  3. attribute CSSOMString cssText;
  4. [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
  5. };