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

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

Issue 16690004: [CSS Regions] Rename region-overflow to region-fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch 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/resolver/StyleResolver.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 automatically 6 // CSSParserModes. Values that have the prefix -internal- are automatically
7 // only for UASheetMode. 7 // only for UASheetMode.
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 //optimizeSpeed 914 //optimizeSpeed
915 optimizeQuality 915 optimizeQuality
916 -webkit-optimize-contrast 916 -webkit-optimize-contrast
917 917
918 // -webkit-shape-inside 918 // -webkit-shape-inside
919 // -webkit-shape-outside 919 // -webkit-shape-outside
920 nonzero 920 nonzero
921 evenodd 921 evenodd
922 outside-shape 922 outside-shape
923 923
924 // -webkit-region-overflow 924 // -webkit-region-fragment
925 // auto 925 // auto
926 break 926 break
927 927
928 // -webkit-wrap-flow 928 // -webkit-wrap-flow
929 // auto 929 // auto
930 // both 930 // both
931 // left 931 // left
932 // right 932 // right
933 maximum 933 maximum
934 // clear 934 // clear
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 985
986 // -webkit-grid-{start|end|before|after} 986 // -webkit-grid-{start|end|before|after}
987 span 987 span
988 988
989 // text-indent 989 // text-indent
990 -webkit-each-line condition=CSS3_TEXT 990 -webkit-each-line condition=CSS3_TEXT
991 991
992 // (scan:) media feature 992 // (scan:) media feature
993 progressive 993 progressive
994 interlace 994 interlace
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698