summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
blob: 27460affa479e57c275539c90c232ab00810ce29 (plain)
1
2
3
4
5
interface StyleSheetList {
    // FIXME: item() should be a WebIDL "getter"
    CSSStyleSheet? item(unsigned long index);
    readonly attribute unsigned long length;
};