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

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

Issue 1287623002: Delete blink code for scroll-blocks-on (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge with trunk (no changes from previous patch) Created 5 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 919
920 // 920 //
921 // CSS3 viewport-length keywords 921 // CSS3 viewport-length keywords
922 // 922 //
923 -internal-extend-to-zoom 923 -internal-extend-to-zoom
924 924
925 // isolation 925 // isolation
926 // auto 926 // auto
927 isolate 927 isolate
928 928
929 // scroll-blocks-on
930 // none
931 start-touch
932 wheel-event
933 scroll-event
934
935 // touch-action 929 // touch-action
936 pan-x 930 pan-x
937 pan-y 931 pan-y
938 pan-left 932 pan-left
939 pan-right 933 pan-right
940 pan-up 934 pan-up
941 pan-down 935 pan-down
942 manipulation 936 manipulation
943 937
944 // justify-items / justify-self 938 // justify-items / justify-self
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 path 1046 path
1053 1047
1054 calc 1048 calc
1055 -webkit-calc 1049 -webkit-calc
1056 1050
1057 // scroll-snap-type 1051 // scroll-snap-type
1058 // none 1052 // none
1059 mandatory 1053 mandatory
1060 proximity 1054 proximity
1061 from-image 1055 from-image
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698