Chromium Code Reviews| Index: Source/core/css/CSSValueKeywords.in |
| diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in |
| index 1dab6a9b37d59240d3a7ad592de6853a908aa848..70c824d9cbc13f7a5bfed3e5b80b84c599196db6 100644 |
| --- a/Source/core/css/CSSValueKeywords.in |
| +++ b/Source/core/css/CSSValueKeywords.in |
| @@ -372,8 +372,8 @@ alias |
| progress |
| no-drop |
| not-allowed |
| --webkit-zoom-in |
| --webkit-zoom-out |
| +zoom-in |
| +zoom-out |
| e-resize |
| ne-resize |
| nw-resize |
| @@ -394,6 +394,8 @@ help |
| all-scroll |
| -webkit-grab |
| -webkit-grabbing |
| +-webkit-zoom-in |
| +-webkit-zoom-out |
|
Julien - ping for review
2014/05/19 09:17:55
Would it be worth it to have the concept of alias_
philipj_slow
2014/05/19 09:52:51
AFAICT from the generated CSSPropertyNames.{h,cpp}
Julien - ping for review
2014/05/21 11:38:10
Yes but we could prevent this problem by having so
philipj_slow
2014/05/21 11:57:59
Do you mean a function like mapKeywordToAlias() th
|
| // none |
| // |
| // CSS_PROP_DIRECTION: |