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

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

Issue 226323002: [CSS Shapes] Remove outside-shape CSS value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 // -webkit-font-feature-settings 902 // -webkit-font-feature-settings
903 on 903 on
904 off 904 off
905 905
906 // image-rendering 906 // image-rendering
907 //auto 907 //auto
908 //optimizeSpeed 908 //optimizeSpeed
909 optimizeQuality 909 optimizeQuality
910 -webkit-optimize-contrast 910 -webkit-optimize-contrast
911 911
912 // shape-inside
913 // shape-outside 912 // shape-outside
914 nonzero 913 nonzero
915 evenodd 914 evenodd
916 outside-shape
917 at 915 at
918 // closest-side 916 // closest-side
919 // farthest-side 917 // farthest-side
920 918
921 // -webkit-wrap-flow 919 // -webkit-wrap-flow
922 // auto 920 // auto
923 // both 921 // both
924 // left 922 // left
925 // right 923 // right
926 maximum 924 maximum
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 safe 1028 safe
1031 1029
1032 // scroll-behavior 1030 // scroll-behavior
1033 instant 1031 instant
1034 smooth 1032 smooth
1035 1033
1036 // will-change 1034 // will-change
1037 // auto 1035 // auto
1038 contents 1036 contents
1039 scroll-position 1037 scroll-position
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/rendering/shapes/ShapeInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698