aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/webidls/CSSConditionRule.webidl
blob: 2f0aa270c1e45c5af096d7575dc9c54e521f74fe (plain) (blame)
1
2
3
4
5
6
7
8
9
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */

// https://drafts.csswg.org/css-conditional/#cssconditionrule
[Abstract, Exposed=Window]
interface CSSConditionRule : CSSGroupingRule {
    readonly attribute DOMString conditionText;
};