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

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

Issue 134153016: add 'manipulation' support to CSS touch-action parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 // auto 1001 // auto
1002 isolate 1002 isolate
1003 1003
1004 // touch-action-delay 1004 // touch-action-delay
1005 // none 1005 // none
1006 script 1006 script
1007 1007
1008 // touch-action 1008 // touch-action
1009 pan-x 1009 pan-x
1010 pan-y 1010 pan-y
1011 manipulation
1011 1012
1012 // justify-self 1013 // justify-self
1013 // auto 1014 // auto
1014 // stretch 1015 // stretch
1015 // baseline 1016 // baseline
1016 // center 1017 // center
1017 // start 1018 // start
1018 // end 1019 // end
1019 self-start 1020 self-start
1020 self-end 1021 self-end
1021 // flex-start 1022 // flex-start
1022 // flex-end 1023 // flex-end
1023 // left 1024 // left
1024 // right 1025 // right
1025 true 1026 true
1026 safe 1027 safe
1027 1028
1028 // scroll-behavior 1029 // scroll-behavior
1029 instant 1030 instant
1030 smooth 1031 smooth
1031 1032
1032 // will-change 1033 // will-change
1033 // auto 1034 // auto
1034 contents 1035 contents
1035 scroll-position 1036 scroll-position
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698