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

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: Rebase against ToT 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
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/RuntimeCSSEnabled.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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 // center 511 // center
512 // space-between 512 // space-between
513 // space-around 513 // space-around
514 514
515 // flex-flow 515 // flex-flow
516 row 516 row
517 row-reverse 517 row-reverse
518 column 518 column
519 column-reverse 519 column-reverse
520 // nowrap 520 // nowrap
521 // wrap 521 wrap
522 wrap-reverse 522 wrap-reverse
523 523
524 // -internal-marquee-direction 524 // -internal-marquee-direction
525 forwards 525 forwards
526 backwards 526 backwards
527 ahead 527 ahead
528 // reverse 528 // reverse
529 // left 529 // left
530 // right 530 // right
531 up 531 up
(...skipping 347 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
899 // none
900
901 alphabetic 889 alphabetic
902 890
903 // (pointer:) media feature 891 // (pointer:) media feature
904 // none 892 // none
905 coarse 893 coarse
906 fine 894 fine
907 895
908 // blend modes 896 // blend modes
909 // normal 897 // normal
910 multiply 898 multiply
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 984
997 // will-change 985 // will-change
998 // auto 986 // auto
999 contents 987 contents
1000 scroll-position 988 scroll-position
1001 989
1002 // all 990 // all
1003 // initial 991 // initial
1004 // inherit 992 // inherit
1005 unset 993 unset
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698