Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSValueKeywords.in |
| diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.in b/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
| index bce81a26a87d8fc859e25f2617987f95b1149da1..208759b3c3b1eeae4aa871f6d45d420251c418e0 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
| +++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
| @@ -605,6 +605,13 @@ loose |
| strict |
| after-white-space |
| +// |
| +// hyphens |
|
Timothy Loh
2016/04/26 08:19:08
I wouldn't bother with the comments, I don't think
kojii
2016/04/26 08:39:52
Done, took simpler style (property name in one lin
|
| +// |
| +// auto |
| +manual |
| +// none |
| + |
| // -webkit-appearance |
| // The order here must match the order in the ControlPart enum in ThemeTypes.h. |
| // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea': |