mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Add CSSGroupingRule wrapper
This commit is contained in:
parent
bc4c185aef
commit
cfe5d63a1e
Notes:
sideshowbarker
2024-07-17 11:05:55 +09:00
Author: https://github.com/AtkinsSJ
Commit: cfe5d63a1e
Pull-request: https://github.com/SerenityOS/serenity/pull/13774
5 changed files with 13 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
#import <CSS/CSSRule.idl>
|
||||
#import <CSS/CSSRuleList.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
interface CSSGroupingRule : CSSRule {
|
||||
[SameObject] readonly attribute CSSRuleList cssRules;
|
||||
[SameObject, ImplementedAs=css_rules_for_bindings] readonly attribute CSSRuleList cssRules;
|
||||
unsigned long insertRule(CSSOMString rule, optional unsigned long index = 0);
|
||||
undefined deleteRule(unsigned long index);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue