mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:27:35 +00:00
LibWeb: Add CSSSupportsRule wrapper
This commit is contained in:
parent
fda71a6d48
commit
1cec8e473f
6 changed files with 18 additions and 2 deletions
5
Userland/Libraries/LibWeb/CSS/CSSSupportsRule.idl
Normal file
5
Userland/Libraries/LibWeb/CSS/CSSSupportsRule.idl
Normal file
|
@ -0,0 +1,5 @@
|
|||
#import <CSS/CSSConditionRule.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
interface CSSSupportsRule : CSSConditionRule {
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue