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

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

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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/CSSValue.cpp ('k') | Source/core/css/ComputedStyleCSSValueMapping.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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 farthest-corner 811 farthest-corner
812 // contain 812 // contain
813 // cover 813 // cover
814 814
815 // -webkit-text-orientation 815 // -webkit-text-orientation
816 sideways 816 sideways
817 sideways-right 817 sideways-right
818 upright 818 upright
819 vertical-right 819 vertical-right
820 820
821 // -webkit-line-box-contain
822 font
823 glyphs
824 inline-box
825 replaced
826
827 // -webkit-font-feature-settings 821 // -webkit-font-feature-settings
828 on 822 on
829 off 823 off
830 824
831 // image-rendering 825 // image-rendering
832 //auto 826 //auto
833 //optimizeSpeed 827 //optimizeSpeed
834 optimizeQuality 828 optimizeQuality
835 pixelated 829 pixelated
836 -webkit-optimize-contrast 830 -webkit-optimize-contrast
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 path 1040 path
1047 1041
1048 calc 1042 calc
1049 -webkit-calc 1043 -webkit-calc
1050 1044
1051 // scroll-snap-type 1045 // scroll-snap-type
1052 // none 1046 // none
1053 mandatory 1047 mandatory
1054 proximity 1048 proximity
1055 from-image 1049 from-image
OLDNEW
« no previous file with comments | « Source/core/css/CSSValue.cpp ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698