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

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

Issue 16357011: Remove support for -webkit-color-correction (which we've never supported on (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: resolve merge conflicts, obey brace style changes Created 7 years, 6 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/SVGCSSValueKeywords.in » ('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 inherit 5 inherit
6 initial 6 initial
7 // 7 //
8 // CSS_PROP_OUTLINE_STYLE 8 // CSS_PROP_OUTLINE_STYLE
9 // CSS_PROP_BORDER_TOP_STYLE 9 // CSS_PROP_BORDER_TOP_STYLE
10 // CSS_PROP_BORDER_BOTTOM_STYLE 10 // CSS_PROP_BORDER_BOTTOM_STYLE
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 // text-rendering 818 // text-rendering
819 //auto 819 //auto
820 optimizeSpeed 820 optimizeSpeed
821 optimizeLegibility 821 optimizeLegibility
822 geometricPrecision 822 geometricPrecision
823 823
824 // -webkit-color-adjust 824 // -webkit-color-adjust
825 economy 825 economy
826 exact 826 exact
827 827
828 // -webkit-color-correction
829 //default
830 sRGB
831
832 // (-webkit-view-mode:) media feature: 828 // (-webkit-view-mode:) media feature:
833 floating 829 floating
834 fullscreen 830 fullscreen
835 maximized 831 maximized
836 minimized 832 minimized
837 windowed 833 windowed
838 834
839 // -webkit-hyphenate-limit-lines 835 // -webkit-hyphenate-limit-lines
840 no-limit 836 no-limit
841 837
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 977
982 // -webkit-grid-{start|end|before|after} 978 // -webkit-grid-{start|end|before|after}
983 span 979 span
984 980
985 // text-indent 981 // text-indent
986 -webkit-each-line condition=CSS3_TEXT 982 -webkit-each-line condition=CSS3_TEXT
987 983
988 // (scan:) media feature 984 // (scan:) media feature
989 progressive 985 progressive
990 interlace 986 interlace
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/SVGCSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698