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

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

Issue 2537393002: Added ordering warnings back for CSSValueKeywords.in (Closed)
Patch Set: Review feedback Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8fd3d9adf18bafbcfba84ac324059c0404d2df7..9f2a3f9e4203d012bb4b322acec3a0c3732311fc 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
@@ -246,6 +246,7 @@ bottom
-webkit-baseline-middle
//
// text-align
+// The order of this enum must match the order found in CSSParserFastPaths::isValidKeywordPropertyAndValue().
//
-webkit-auto
left
@@ -359,6 +360,7 @@ contents
-webkit-inline-flex
//
// cursor
+// The order of this enum must match the order found in CSSPropertyParser::consumeCursor().
//
auto
crosshair
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698