1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Userland/Libraries/LibWeb/CSS/CSSSupportsRule.idl
2023-10-25 19:45:41 +02:00

6 lines
180 B
Text

#import <CSS/CSSConditionRule.idl>
// https://drafts.csswg.org/css-conditional-3/#the-csssupportsrule-interface
[Exposed=Window]
interface CSSSupportsRule : CSSConditionRule {
};