mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-08 09:11:01 +00:00
4 lines
91 B
Text
4 lines
91 B
Text
|
|
interface CSSConditionRule : CSSGroupingRule {
|
||
|
|
attribute CSSOMString conditionText;
|
||
|
|
};
|