mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-26 17:45:15 +02: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;
|
|
};
|