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

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

Issue 2126323002: Add support for touch-action: pinch-zoom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check in scroll begin for pointer count and add test Created 4 years, 3 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 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 isolate 949 isolate
950 950
951 // touch-action 951 // touch-action
952 pan-x 952 pan-x
953 pan-y 953 pan-y
954 pan-left 954 pan-left
955 pan-right 955 pan-right
956 pan-up 956 pan-up
957 pan-down 957 pan-down
958 manipulation 958 manipulation
959 pinch-zoom
959 960
960 // justify-items / justify-self 961 // justify-items / justify-self
961 // auto 962 // auto
962 // stretch 963 // stretch
963 // baseline 964 // baseline
964 last-baseline 965 last-baseline
965 // center 966 // center
966 // start 967 // start
967 // end 968 // end
968 self-start 969 self-start
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 1091
1091 var 1092 var
1092 -internal-variable-value 1093 -internal-variable-value
1093 1094
1094 // break-before, break-after, break-inside 1095 // break-before, break-after, break-inside
1095 avoid-page 1096 avoid-page
1096 page 1097 page
1097 recto 1098 recto
1098 verso 1099 verso
1099 avoid-column 1100 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698