CSSStyleDeclaration.idl 165 B

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