mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-26 01:25:22 +02: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;
|
|
};
|