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

// https://www.w3.org/TR/cssom-1/#ref-for-linkstyle
interface mixin LinkStyle {
    readonly attribute CSSStyleSheet? sheet;
};