summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.idl
blob: d4f425e9b4b4f8f199c1bdecfe3ec20f861f77d0 (plain)
1
2
3
4
5
6
7
[CustomGet,CustomSet]
interface CSSStyleDeclaration {

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

};