1 2 3 4 5 6 7
[CustomGet,CustomPut] interface CSSStyleDeclaration { readonly attribute unsigned long length; CSSOMString item(unsigned long index); };