mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 02:10:26 +00:00
6 lines
164 B
Text
6 lines
164 B
Text
#import <CSS/CSSStyleSheet.idl>
|
|
|
|
// https://drafts.csswg.org/cssom-1/#ref-for-linkstyle
|
|
interface mixin LinkStyle {
|
|
readonly attribute CSSStyleSheet? sheet;
|
|
};
|