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

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

Issue 1137483003: Implement direction-specific touch-action values (blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix minor nit from patch set 1 Created 5 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 unified diff | Download patch
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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 950
951 // scroll-blocks-on 951 // scroll-blocks-on
952 // none 952 // none
953 start-touch 953 start-touch
954 wheel-event 954 wheel-event
955 scroll-event 955 scroll-event
956 956
957 // touch-action 957 // touch-action
958 pan-x 958 pan-x
959 pan-y 959 pan-y
960 pan-left
961 pan-right
962 pan-up
963 pan-down
960 manipulation 964 manipulation
961 965
962 // justify-items / justify-self 966 // justify-items / justify-self
963 // auto 967 // auto
964 // stretch 968 // stretch
965 // baseline 969 // baseline
966 last-baseline 970 last-baseline
967 // center 971 // center
968 // start 972 // start
969 // end 973 // end
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 translateX 1068 translateX
1065 translateY 1069 translateY
1066 translateZ 1070 translateZ
1067 translate3d 1071 translate3d
1068 1072
1069 // motion path 1073 // motion path
1070 path 1074 path
1071 1075
1072 calc 1076 calc
1073 -webkit-calc 1077 -webkit-calc
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698