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

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

Issue 669553002: Remove <marquee> leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 2 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 | « Source/core/css/CSSProperties.in ('k') | Source/core/css/parser/CSSParserFastPaths.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSValueKeywords.in
diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in
index 43ef9d3c152a02d43e00ea549c0393b99f10f2f2..cdb3a697f5abcb0122eb3b63f2f74f21e45cc899 100644
--- a/Source/core/css/CSSValueKeywords.in
+++ b/Source/core/css/CSSValueKeywords.in
@@ -536,26 +536,6 @@ wrap-reverse
dense
stack
-// -internal-marquee-direction
-forwards
-backwards
-ahead
-// reverse
-// left
-// right
-up
-down
-// auto
-
-// -internal-marquee-repetition
-infinite
-
-// -internal-marquee-style
-// none
-slide
-// scroll
-alternate
-
//
// -webkit-user-modify
//
@@ -716,21 +696,19 @@ visual
//
// animation-direction
//
-// alternate
-
+alternate
alternate-reverse
//
// animation-fill-mode
//
-// forwards
-// backwards
+forwards
+backwards
// both
//
// animation-iteration-count
-//
-// infinite
+infinite
//
// animation-play-state
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/parser/CSSParserFastPaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698