1
Fork 0
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:
Sam Atkins 2022-04-22 14:14:16 +01:00 committed by Andreas Kling
parent cfe5d63a1e
commit 1951873a5d
5 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,6 @@
#import <CSS/CSSGroupingRule.idl>
[Exposed=Window]
interface CSSConditionRule : CSSGroupingRule {
attribute CSSOMString conditionText;
};