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

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: rebase to trunk 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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 // auto 1002 // auto
1003 isolate 1003 isolate
1004 1004
1005 // touch-action-delay 1005 // touch-action-delay
1006 // none 1006 // none
1007 script 1007 script
1008 1008
1009 // touch-action 1009 // touch-action
1010 pan-x 1010 pan-x
1011 pan-y 1011 pan-y
1012 manipulation
eseidel 2014/03/07 21:35:00 I see now, this is adding a new *value* not proper
1012 1013
1013 // justify-self 1014 // justify-self
1014 // auto 1015 // auto
1015 // stretch 1016 // stretch
1016 // baseline 1017 // baseline
1017 // center 1018 // center
1018 // start 1019 // start
1019 // end 1020 // end
1020 self-start 1021 self-start
1021 self-end 1022 self-end
1022 // flex-start 1023 // flex-start
1023 // flex-end 1024 // flex-end
1024 // left 1025 // left
1025 // right 1026 // right
1026 true 1027 true
1027 safe 1028 safe
1028 1029
1029 // scroll-behavior 1030 // scroll-behavior
1030 instant 1031 instant
1031 smooth 1032 smooth
1032 1033
1033 // will-change 1034 // will-change
1034 // auto 1035 // auto
1035 contents 1036 contents
1036 scroll-position 1037 scroll-position
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698