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

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

Issue 143323014: *** DO NOT LAND *** Attempt to understand Regions complexity Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/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 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 913
914 // shape-inside 914 // shape-inside
915 // shape-outside 915 // shape-outside
916 nonzero 916 nonzero
917 evenodd 917 evenodd
918 outside-shape 918 outside-shape
919 at 919 at
920 // closest-side 920 // closest-side
921 // farthest-side 921 // farthest-side
922 922
923 // -webkit-region-fragment
924 // auto
925 break
926
927 // -webkit-wrap-flow 923 // -webkit-wrap-flow
928 // auto 924 // auto
929 // both 925 // both
930 // left 926 // left
931 // right 927 // right
932 maximum 928 maximum
933 // clear 929 // clear
934 930
935 // -webkit-wrap-through 931 // -webkit-wrap-through
936 wrap 932 wrap
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 // start 1025 // start
1030 // end 1026 // end
1031 self-start 1027 self-start
1032 self-end 1028 self-end
1033 // flex-start 1029 // flex-start
1034 // flex-end 1030 // flex-end
1035 // left 1031 // left
1036 // right 1032 // right
1037 true 1033 true
1038 safe 1034 safe
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