mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
LibWeb: Add CSSConditionRule wrapper
This commit is contained in:
parent
cfe5d63a1e
commit
1951873a5d
Notes:
sideshowbarker
2024-07-17 11:29:41 +09:00
Author: https://github.com/AtkinsSJ
Commit: 1951873a5d
Pull-request: https://github.com/SerenityOS/serenity/pull/13774
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