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

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

Issue 723373006: Add CSS parsing support for the scroll-blocks-on property (in place of touch-action-delay) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Apply CR feedback Created 6 years, 1 month 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/CSSParserFastPaths.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 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 936
937 // 937 //
938 // CSS3 viewport-length keywords 938 // CSS3 viewport-length keywords
939 // 939 //
940 -internal-extend-to-zoom 940 -internal-extend-to-zoom
941 941
942 // isolation 942 // isolation
943 // auto 943 // auto
944 isolate 944 isolate
945 945
946 // touch-action-delay 946 // scroll-blocks-on
947 // none 947 // none
948 script 948 start-touch
949 wheel-event
950 scroll-event
949 951
950 // touch-action 952 // touch-action
951 pan-x 953 pan-x
952 pan-y 954 pan-y
953 manipulation 955 manipulation
954 956
955 // justify-items / justify-self 957 // justify-items / justify-self
956 // auto 958 // auto
957 // stretch 959 // stretch
958 // baseline 960 // baseline
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 skewx 1055 skewx
1054 skewy 1056 skewy
1055 translate 1057 translate
1056 translatex 1058 translatex
1057 translatey 1059 translatey
1058 translatez 1060 translatez
1059 translate3d 1061 translate3d
1060 1062
1061 calc 1063 calc
1062 -webkit-calc 1064 -webkit-calc
OLDNEW
« 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