summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleSheetList.idl
blob: c6176266111df450d5f83b3ddbb3fe464417f59a (plain)
1
2
3
4
5
6
7
#import <CSS/CSSStyleSheet.idl>

[Exposed=Window]
interface StyleSheetList {
    getter CSSStyleSheet? item(unsigned long index);
    readonly attribute unsigned long length;
};