Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSProperties.in |
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in |
| index fbe02bbf4e3d97f6f7adb39eb1073064f1696bdc..a904c26bff65eee6955a02e51fbb6c6c63aef34f 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in |
| @@ -119,7 +119,7 @@ |
| // Animation Priority properties |
| animation-delay custom_all |
| -animation-direction custom_all |
| +animation-direction keywords=[normal|reverse|alternate|alternate-reverse], supports_multiple, custom_all |
|
dstockwell
2016/11/29 06:26:35
supports_multiple is a really weird name btw, some
meade_UTC10
2016/12/01 03:50:41
I'll follow the naming up in a separate patch. As
|
| animation-duration custom_all |
| animation-fill-mode custom_all |
| animation-iteration-count keywords=[infinite], supports_multiple, custom_all |