mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
#import <CSS/CSSRule.idl>
|
|
|
|
[Exposed=Window, UseNewAKString]
|
|
interface CSSKeyframeRule : CSSRule {
|
|
attribute CSSOMString keyText;
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
|
};
|