mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibWeb: Port CSSKeyframeRules interface from DeprecatedString to String
This commit is contained in:
committed by
Andrew Kaster
parent
15334a68df
commit
f3e5335096
@@ -1,6 +1,6 @@
|
||||
#import <CSS/CSSRule.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface CSSKeyframeRule : CSSRule {
|
||||
attribute CSSOMString keyText;
|
||||
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
||||
|
||||
Reference in New Issue
Block a user