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

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

Issue 392013002: Cleanup SVG color parsing handling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move luminance as well Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/SVGCSSValueKeywords.in
diff --git a/Source/core/css/SVGCSSValueKeywords.in b/Source/core/css/SVGCSSValueKeywords.in
index b4260b7632548098e2f5954fb9cb3897c7ec3d58..65caf66f63b7e35ad5ad396be7790e4409665716 100644
--- a/Source/core/css/SVGCSSValueKeywords.in
+++ b/Source/core/css/SVGCSSValueKeywords.in
@@ -5,7 +5,6 @@
// CSS_PROP_*_COLOR
//
aliceblue
-alpha
antiquewhite
// aqua
aquamarine
@@ -90,7 +89,6 @@ lightyellow
// lime
limegreen
linen
-luminance
magenta
// maroon
mediumaquamarine
@@ -154,6 +152,10 @@ whitesmoke
// yellow
yellowgreen
+// mask-type / mask-mode
+alpha
+luminance
+
// CSS_PROP_CLIP_PATH
// CSS_PROP_CLIP_RULE
// nonzero and evenodd part of core CSS values now.
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698