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

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: Add exception for mac Created 4 years, 2 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 isolate 950 isolate
951 951
952 // touch-action 952 // touch-action
953 pan-x 953 pan-x
954 pan-y 954 pan-y
955 pan-left 955 pan-left
956 pan-right 956 pan-right
957 pan-up 957 pan-up
958 pan-down 958 pan-down
959 manipulation 959 manipulation
960 pinch-zoom
960 961
961 // justify-items / justify-self 962 // justify-items / justify-self
962 // auto 963 // auto
963 // stretch 964 // stretch
964 // baseline 965 // baseline
965 last-baseline 966 last-baseline
966 // center 967 // center
967 // start 968 // start
968 // end 969 // end
969 self-start 970 self-start
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 1092
1092 var 1093 var
1093 -internal-variable-value 1094 -internal-variable-value
1094 1095
1095 // break-before, break-after, break-inside 1096 // break-before, break-after, break-inside
1096 avoid-page 1097 avoid-page
1097 page 1098 page
1098 recto 1099 recto
1099 verso 1100 verso
1100 avoid-column 1101 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698