mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
#import <CSS/CSSConditionRule.idl>
|
|
|
|
// https://drafts.csswg.org/css-conditional-3/#the-csssupportsrule-interface
|
|
[Exposed=Window]
|
|
interface CSSSupportsRule : CSSConditionRule {
|
|
readonly attribute boolean matches;
|
|
};
|