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

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

Issue 2366243002: Remove all ordering requirements in CSSValueKeywords.in (WIP) (Closed)
Patch Set: Some mor efixes Created 4 years, 1 month 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: 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 6db7c38bcc796aefc248d157dfd9616dfa662758..55f43fb173240155c35dcb307e36fdce8d3718eb 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
@@ -14,7 +14,6 @@ initial
// border-bottom-style
// border-left-style
// border-right-style
-// The order here must match the order of the EBorderStyle enum in ComputedStyleConstants.h.
none
hidden
inset
@@ -246,7 +245,6 @@ bottom
-webkit-baseline-middle
//
// text-align
-// The order here must match the order of the ETextAlign enum in ComputedStyleConstants.h.
//
-webkit-auto
left
@@ -272,7 +270,6 @@ outside
inside
//
// list-style-type
-// The order here must match the order of the EListStyleType enum in ComputedStyleConstants.h.
//
disc
circle
@@ -332,7 +329,6 @@ katakana-iroha
//none
//
// display
-// The order here must match the order of the EDisplay enum in ComputedStyleConstants.h.
//
inline
block
@@ -360,7 +356,6 @@ contents
-webkit-inline-flex
//
// cursor
-// The order here must match the order of the ECursor enum in ComputedStyleConstants.h.
//
auto
crosshair
@@ -622,7 +617,6 @@ after-white-space
manual
// -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':
checkbox
radio

Powered by Google App Engine
This is Rietveld 408576698