mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
LibWeb: Add the CSSStyleSheet.rules
alias for CSSStyleSheet.cssRules
This commit is contained in:
parent
9b1ea4e2fc
commit
f303905875
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ interface CSSStyleSheet : StyleSheet {
|
||||||
// FIXME: undefined replaceSync(USVString text);
|
// FIXME: undefined replaceSync(USVString text);
|
||||||
|
|
||||||
// https://drafts.csswg.org/cssom/#legacy-css-style-sheet-members
|
// https://drafts.csswg.org/cssom/#legacy-css-style-sheet-members
|
||||||
// FIXME: [SameObject] readonly attribute CSSRuleList rules;
|
[SameObject, ImplementedAs=css_rules] readonly attribute CSSRuleList rules;
|
||||||
// FIXME: long addRule(optional DOMString selector = "undefined", optional DOMString style = "undefined", optional unsigned long index);
|
// FIXME: long addRule(optional DOMString selector = "undefined", optional DOMString style = "undefined", optional unsigned long index);
|
||||||
undefined removeRule(unsigned long index);
|
undefined removeRule(unsigned long index);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue