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

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

Issue 1168643003: Add support for korean-hangul-formal list style type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Actually add a 0 value for the neg fields Created 5 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/CSSPrimitiveValueMappings.h ('k') | Source/core/layout/LayoutListMarker.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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 upper-alpha 279 upper-alpha
280 upper-latin 280 upper-latin
281 cjk-earthly-branch 281 cjk-earthly-branch
282 cjk-heavenly-stem 282 cjk-heavenly-stem
283 ethiopic-halehame 283 ethiopic-halehame
284 ethiopic-halehame-am 284 ethiopic-halehame-am
285 ethiopic-halehame-ti-er 285 ethiopic-halehame-ti-er
286 ethiopic-halehame-ti-et 286 ethiopic-halehame-ti-et
287 hangul 287 hangul
288 hangul-consonant 288 hangul-consonant
289 korean-hangul-formal
289 hebrew 290 hebrew
290 armenian 291 armenian
291 lower-armenian 292 lower-armenian
292 upper-armenian 293 upper-armenian
293 georgian 294 georgian
294 cjk-ideographic 295 cjk-ideographic
295 hiragana 296 hiragana
296 katakana 297 katakana
297 hiragana-iroha 298 hiragana-iroha
298 katakana-iroha 299 katakana-iroha
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 // motion path 1042 // motion path
1042 path 1043 path
1043 1044
1044 calc 1045 calc
1045 -webkit-calc 1046 -webkit-calc
1046 1047
1047 // scroll-snap-type 1048 // scroll-snap-type
1048 // none 1049 // none
1049 mandatory 1050 mandatory
1050 proximity 1051 proximity
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/layout/LayoutListMarker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698