mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 14:47:35 +00:00
LibWeb: Add CSSStyleSheet constructor binding
This commit is contained in:
parent
f303905875
commit
b0f57a2785
8 changed files with 129 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
#import <CSS/CSSRule.idl>
|
||||
#import <CSS/CSSRuleList.idl>
|
||||
#import <CSS/MediaList.idl>
|
||||
#import <CSS/StyleSheet.idl>
|
||||
|
||||
// https://drafts.csswg.org/cssom/#cssstylesheet
|
||||
[Exposed=Window]
|
||||
interface CSSStyleSheet : StyleSheet {
|
||||
// FIXME: constructor(optional CSSStyleSheetInit options = {});
|
||||
constructor(optional CSSStyleSheetInit options = {});
|
||||
|
||||
readonly attribute CSSRule? ownerRule;
|
||||
[SameObject] readonly attribute CSSRuleList cssRules;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue