mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 01:39:55 +00:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
#import <CSS/CSSGroupingRule.idl>
|
|
|
|
[Exposed=Window]
|
|
interface CSSConditionRule : CSSGroupingRule {
|
|
attribute CSSOMString conditionText;
|
|
};
|