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

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

Issue 153233002: *** DO NOT LAND *** Remove regions support, keeping a bare minimum to support "region-based"... (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « Source/core/css/CSSTokenizer-in.cpp ('k') | Source/core/css/ElementRuleCollector.h » ('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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 908
909 // shape-inside 909 // shape-inside
910 // shape-outside 910 // shape-outside
911 nonzero 911 nonzero
912 evenodd 912 evenodd
913 outside-shape 913 outside-shape
914 at 914 at
915 // closest-side 915 // closest-side
916 // farthest-side 916 // farthest-side
917 917
918 // -webkit-region-fragment
919 // auto
920 break
921
922 // -webkit-wrap-flow 918 // -webkit-wrap-flow
923 // auto 919 // auto
924 // both 920 // both
925 // left 921 // left
926 // right 922 // right
927 maximum 923 maximum
928 // clear 924 // clear
929 925
930 // -webkit-wrap-through 926 // -webkit-wrap-through
931 wrap 927 wrap
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 // flex-start 1024 // flex-start
1029 // flex-end 1025 // flex-end
1030 // left 1026 // left
1031 // right 1027 // right
1032 true 1028 true
1033 safe 1029 safe
1034 1030
1035 // scroll-behavior 1031 // scroll-behavior
1036 instant 1032 instant
1037 smooth 1033 smooth
OLDNEW
« no previous file with comments | « Source/core/css/CSSTokenizer-in.cpp ('k') | Source/core/css/ElementRuleCollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698