| OLD | NEW |
| 1 [ | 1 [ |
| 2 RuntimeEnabled=CSSTypedOM | 2 RuntimeEnabled=CSSTypedOM, |
| 3 WillBeGarbageCollected |
| 3 ] interface StyleValue { | 4 ] interface StyleValue { |
| 4 readonly attribute DOMString cssString; | 5 readonly attribute DOMString cssString; |
| 5 // static (StyleValue or sequence<StyleValue>)? parse(DOMString property, DO
MString cssText); | 6 // static (StyleValue or sequence<StyleValue>)? parse(DOMString property, DO
MString cssText); |
| 6 [CallWith=ScriptState] static object? parse(DOMString property, DOMString cs
sText); | 7 [CallWith=ScriptState] static object? parse(DOMString property, DOMString cs
sText); |
| 7 }; | 8 }; |
| OLD | NEW |