mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
LibWeb: Add CSSConditionRule wrapper
This commit is contained in:
parent
cfe5d63a1e
commit
1951873a5d
5 changed files with 12 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
#import <CSS/CSSGroupingRule.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
interface CSSConditionRule : CSSGroupingRule {
|
||||
attribute CSSOMString conditionText;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue