mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
https://www.w3.org/TR/css-conditional-3/#the-cssconditionrule-interface This simply exposes a condition string, which is implemented differently in each sub-class.
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
interface CSSConditionRule : CSSGroupingRule {
|
|
attribute CSSOMString conditionText;
|
|
};
|