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

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

Issue 359023002: Remove CSS Exclusions leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 pixelated 879 pixelated
880 -webkit-optimize-contrast 880 -webkit-optimize-contrast
881 881
882 // shape-outside 882 // shape-outside
883 nonzero 883 nonzero
884 evenodd 884 evenodd
885 at 885 at
886 // closest-side 886 // closest-side
887 // farthest-side 887 // farthest-side
888 888
889 // -webkit-wrap-flow
890 // auto
891 // both
892 // left
893 // right
894 maximum
895 // clear
896
897 // -webkit-wrap-through
898 wrap 889 wrap
Bem Jones-Bey (adobe) 2014/06/27 18:25:59 Why is this left here? Is it used by something els
899 // none
900 890
901 alphabetic 891 alphabetic
902 892
903 // position 893 // position
904 sticky 894 sticky
905 895
906 // (pointer:) media feature 896 // (pointer:) media feature
907 // none 897 // none
908 coarse 898 coarse
909 fine 899 fine
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 989
1000 // will-change 990 // will-change
1001 // auto 991 // auto
1002 contents 992 contents
1003 scroll-position 993 scroll-position
1004 994
1005 // all 995 // all
1006 // initial 996 // initial
1007 // inherit 997 // inherit
1008 unset 998 unset
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698