Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: Source/core/css/CSSValueKeywords.in

Issue 288303007: Unprefix CSS cursor values zoom-in and zoom-out (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: switch Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698