mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +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
Notes:
sideshowbarker
2024-07-18 03:09:03 +09:00
Author: https://github.com/Lubrsi
Commit: 17e56661db
Pull-request: https://github.com/SerenityOS/serenity/pull/10335
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
interface CSSStyleRule {
|
||||
interface CSSStyleRule : CSSRule {
|
||||
|
||||
attribute CSSOMString selectorText;
|
||||
attribute CSSOMString cssText;
|
||||
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue