mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-07 00:20:07 +01:00
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
#import <CSS/CSSGroupingRule.idl>
|
|
|
|
// https://drafts.csswg.org/css-conditional-3/#the-cssconditionrule-interface
|
|
[Exposed=Window]
|
|
interface CSSConditionRule : CSSGroupingRule {
|
|
readonly attribute CSSOMString conditionText;
|
|
};
|