1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/Libraries/LibWeb/CSS/LinkStyle.idl
2022-07-29 17:15:49 +01:00

6 lines
161 B
Text

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