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

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

};