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

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

Issue 14576017: Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed a typo in css-properties-as-js-properties-expected-expected.txt Created 7 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 ff82d6efe4f4884556e5ff1411ae1b87cb00c83b..5d5aa63df057081dcaf55af8adfb8c31f5524803 100644
--- a/Source/core/css/CSSValueKeywords.in
+++ b/Source/core/css/CSSValueKeywords.in
@@ -452,9 +452,7 @@ static
thick
thin
underline
-#if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
wavy
-#endif
-webkit-nowrap
// CSS3 Values
@@ -942,9 +940,8 @@ wrap
// -webkit-line-align
edges
-#if (defined(ENABLE_SVG) && ENABLE_SVG) || (defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT)
+// text-underline-position
alphabetic
-#endif
// position
sticky

Powered by Google App Engine
This is Rietveld 408576698