mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05: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;
|
|
};
|