mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
#import <CSS/CSSGroupingRule.idl>
|
|
|
|
[Exposed=Window, NoInstanceWrapper]
|
|
interface CSSConditionRule : CSSGroupingRule {
|
|
attribute CSSOMString conditionText;
|
|
};
|