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

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

Issue 766023002: Rename 'instant' value of scroll-behavior CSS property to 'auto' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 self-end 966 self-end
967 // flex-start 967 // flex-start
968 // flex-end 968 // flex-end
969 // left 969 // left
970 // right 970 // right
971 true 971 true
972 safe 972 safe
973 legacy 973 legacy
974 974
975 // scroll-behavior 975 // scroll-behavior
976 instant 976 // auto
977 smooth 977 smooth
978 978
979 // will-change 979 // will-change
980 // auto 980 // auto
981 contents 981 contents
982 scroll-position 982 scroll-position
983 983
984 // all 984 // all
985 // initial 985 // initial
986 // inherit 986 // inherit
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 skewx 1055 skewx
1056 skewy 1056 skewy
1057 translate 1057 translate
1058 translatex 1058 translatex
1059 translatey 1059 translatey
1060 translatez 1060 translatez
1061 translate3d 1061 translate3d
1062 1062
1063 calc 1063 calc
1064 -webkit-calc 1064 -webkit-calc
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/parser/CSSParserFastPaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698