mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 20:04:59 +00:00
7 lines
220 B
Text
7 lines
220 B
Text
#import <CSS/CSSRule.idl>
|
|
|
|
[Exposed=Window, UseNewAKString]
|
|
interface CSSKeyframeRule : CSSRule {
|
|
attribute CSSOMString keyText;
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
|
};
|