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

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

Issue 134473008: Remove CSS regions support, keeping a bare minimum to support "region-based" multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 // flex-start 1021 // flex-start
1026 // flex-end 1022 // flex-end
1027 // left 1023 // left
1028 // right 1024 // right
1029 true 1025 true
1030 safe 1026 safe
1031 1027
1032 // scroll-behavior 1028 // scroll-behavior
1033 instant 1029 instant
1034 smooth 1030 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