mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-28 03:44:15 +00:00
6 lines
103 B
Text
6 lines
103 B
Text
|
|
#import <CSS/CSSConditionRule.idl>
|
||
|
|
|
||
|
|
[Exposed=Window]
|
||
|
|
interface CSSSupportsRule : CSSConditionRule {
|
||
|
|
};
|