CSSStyleDeclaration.idl 222 B

123456789
  1. [CustomGet,CustomSet,CustomHasProperty]
  2. interface CSSStyleDeclaration {
  3. readonly attribute unsigned long length;
  4. CSSOMString item(unsigned long index);
  5. CSSOMString getPropertyValue(CSSOMString property);
  6. };