mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb: Implement CSSKeyframesRule.cssRuleList
To make this straightforward, CSSKeyframesRule now uses a CSSRuleList for internal storage.
This commit is contained in:
parent
a12d28fd30
commit
7f2c833a39
Notes:
sideshowbarker
2024-07-17 05:01:20 +09:00
Author: https://github.com/awesomekling
Commit: 7f2c833a39
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/168
8 changed files with 50 additions and 22 deletions
|
@ -5,7 +5,7 @@
|
|||
[Exposed=Window]
|
||||
interface CSSKeyframesRule : CSSRule {
|
||||
attribute CSSOMString name;
|
||||
[FIXME] readonly attribute CSSRuleList cssRules;
|
||||
readonly attribute CSSRuleList cssRules;
|
||||
readonly attribute unsigned long length;
|
||||
|
||||
getter CSSKeyframeRule (unsigned long index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue