2022-04-22 10:17:23 -03:00
|
|
|
#import <CSS/CSSConditionRule.idl>
|
|
|
|
|
|
2023-10-25 12:27:19 -03:00
|
|
|
// https://drafts.csswg.org/css-conditional-3/#the-csssupportsrule-interface
|
2022-09-05 06:41:26 -03:00
|
|
|
[Exposed=Window]
|
2022-04-22 10:17:23 -03:00
|
|
|
interface CSSSupportsRule : CSSConditionRule {
|
2025-07-11 02:09:30 -03:00
|
|
|
readonly attribute boolean matches;
|
2022-04-22 10:17:23 -03:00
|
|
|
};
|