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

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

Issue 15653003: Remove last remnants of ENABLE_SVG (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/DOMExceptions.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 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 maximum 930 maximum
931 // clear 931 // clear
932 932
933 // -webkit-wrap-through 933 // -webkit-wrap-through
934 wrap 934 wrap
935 // none 935 // none
936 936
937 // -webkit-line-align 937 // -webkit-line-align
938 edges 938 edges
939 939
940 alphabetic condition=SVG 940 alphabetic
941 941
942 // position 942 // position
943 sticky 943 sticky
944 944
945 // (pointer:) media feature 945 // (pointer:) media feature
946 // none 946 // none
947 coarse 947 coarse
948 fine 948 fine
949 949
950 // -webkit-filter 950 // -webkit-filter
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 982
983 // -webkit-grid-{start|end|before|after} 983 // -webkit-grid-{start|end|before|after}
984 span 984 span
985 985
986 // text-indent 986 // text-indent
987 -webkit-each-line condition=CSS3_TEXT 987 -webkit-each-line condition=CSS3_TEXT
988 988
989 // (scan:) media feature 989 // (scan:) media feature
990 progressive 990 progressive
991 interlace 991 interlace
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DOMExceptions.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698