mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
LibWeb: Have CSSStyleRule inherit from CSSRule in IDL
This also allows removing the cssText attribute being on CSSStyleRule.
This commit is contained in:
parent
fc2ed732df
commit
17e56661db
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
interface CSSStyleRule {
|
interface CSSStyleRule : CSSRule {
|
||||||
|
|
||||||
attribute CSSOMString selectorText;
|
attribute CSSOMString selectorText;
|
||||||
attribute CSSOMString cssText;
|
|
||||||
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue