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

Side by Side Diff: Source/core/css/CSSValueKeywords.in

Issue 457633002: Remove left-overs from -webkit-marquee-speed removal. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't use time for speed. Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 4
5 // The mode argument is used to limit the keyword to be used only for certain 5 // The mode argument is used to limit the keyword to be used only for certain
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by
7 // CSSParserModes listed in allowInternalPropertyAndValue() 7 // CSSParserModes listed in allowInternalPropertyAndValue()
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 forwards 541 forwards
542 backwards 542 backwards
543 ahead 543 ahead
544 // reverse 544 // reverse
545 // left 545 // left
546 // right 546 // right
547 up 547 up
548 down 548 down
549 // auto 549 // auto
550 550
551 // -internal-marquee-speed
552 slow
553 // normal
554 fast
555
556 // -internal-marquee-repetition 551 // -internal-marquee-repetition
557 infinite 552 infinite
558 553
559 // -internal-marquee-style 554 // -internal-marquee-style
560 // none 555 // none
561 slide 556 slide
562 // scroll 557 // scroll
563 alternate 558 alternate
564 559
565 // 560 //
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 984
990 // will-change 985 // will-change
991 // auto 986 // auto
992 contents 987 contents
993 scroll-position 988 scroll-position
994 989
995 // all 990 // all
996 // initial 991 // initial
997 // inherit 992 // inherit
998 unset 993 unset
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698