[CustomGet,CustomSet,CustomHasProperty]
interface CSSStyleDeclaration {

    readonly attribute unsigned long length;
    CSSOMString item(unsigned long index);

};