mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-07 12:20:12 +01:00
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
#import <CSS/CSSStyleSheet.idl>
|
|
|
|
// https://www.w3.org/TR/cssom-1/#ref-for-linkstyle
|
|
interface mixin LinkStyle {
|
|
readonly attribute CSSStyleSheet? sheet;
|
|
};
|