2023-10-25 12:27:19 -03:00
|
|
|
// https://drafts.csswg.org/css-conditional-3/#the-cssconditionrule-interface
|
2023-09-02 11:00:01 -03:00
|
|
|
[Exposed=Window]
|
2021-09-28 12:53:15 -03:00
|
|
|
interface CSSConditionRule : CSSGroupingRule {
|
2024-02-28 15:00:25 -03:00
|
|
|
readonly attribute CSSOMString conditionText;
|
2021-09-28 12:53:15 -03:00
|
|
|
};
|