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

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

Issue 203523002: Reland "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/fix for ASSERT Created 6 years, 5 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 | « Source/core/css/CSSShorthands.in ('k') | Source/core/css/FontFaceSet.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 200 77 200
78 300 78 300
79 400 79 400
80 500 80 500
81 600 81 600
82 700 82 700
83 800 83 800
84 900 84 900
85 85
86 // 86 //
87 // font-stretch
88 //
89 ultra-condensed
90 extra-condensed
91 condensed
92 semi-condensed
93 semi-expanded
94 expanded
95 extra-expanded
96 ultra-expanded
97
98 //
87 // font-size 99 // font-size
88 // 100 //
89 xx-small 101 xx-small
90 x-small 102 x-small
91 small 103 small
92 medium 104 medium
93 large 105 large
94 x-large 106 x-large
95 xx-large 107 xx-large
96 -webkit-xxx-large 108 -webkit-xxx-large
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 989
978 // will-change 990 // will-change
979 // auto 991 // auto
980 contents 992 contents
981 scroll-position 993 scroll-position
982 994
983 // all 995 // all
984 // initial 996 // initial
985 // inherit 997 // inherit
986 unset 998 unset
OLDNEW
« no previous file with comments | « Source/core/css/CSSShorthands.in ('k') | Source/core/css/FontFaceSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698