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

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

Issue 87973002: add pan-x and pan-y support to CSS touch-action parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge to trunk Created 7 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
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 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 // 1005 //
1006 -internal-extend-to-zoom 1006 -internal-extend-to-zoom
1007 1007
1008 // isolation 1008 // isolation
1009 // auto 1009 // auto
1010 isolate 1010 isolate
1011 1011
1012 // touch-action-delay 1012 // touch-action-delay
1013 // none 1013 // none
1014 script 1014 script
1015
1016 // touch-action
1017 pan-x
1018 pan-y
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698