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

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

Issue 1152763006: Remove outdated list style types (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix sorting 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 // 247 //
248 // list-style-type 248 // list-style-type
249 // The order here must match the order of the EListStyleType enum in ComputedSty leConstants.h. 249 // The order here must match the order of the EListStyleType enum in ComputedSty leConstants.h.
250 // 250 //
251 disc 251 disc
252 circle 252 circle
253 square 253 square
254 decimal 254 decimal
255 decimal-leading-zero 255 decimal-leading-zero
256 arabic-indic 256 arabic-indic
257 binary
258 bengali 257 bengali
259 cambodian 258 cambodian
260 khmer 259 khmer
261 devanagari 260 devanagari
262 gujarati 261 gujarati
263 gurmukhi 262 gurmukhi
264 kannada 263 kannada
265 lower-hexadecimal
266 lao 264 lao
267 malayalam 265 malayalam
268 mongolian 266 mongolian
269 myanmar 267 myanmar
270 octal
271 oriya 268 oriya
272 persian 269 persian
273 urdu 270 urdu
274 telugu 271 telugu
275 tibetan 272 tibetan
276 thai 273 thai
277 upper-hexadecimal
278 lower-roman 274 lower-roman
279 upper-roman 275 upper-roman
280 lower-greek 276 lower-greek
281 lower-alpha 277 lower-alpha
282 lower-latin 278 lower-latin
283 upper-alpha 279 upper-alpha
284 upper-latin 280 upper-latin
285 afar
286 ethiopic-halehame-aa-et
287 ethiopic-halehame-aa-er
288 amharic
289 ethiopic-halehame-am-et
290 amharic-abegede
291 ethiopic-abegede-am-et
292 cjk-earthly-branch 281 cjk-earthly-branch
293 cjk-heavenly-stem 282 cjk-heavenly-stem
294 ethiopic 283 ethiopic-halehame
295 ethiopic-halehame-gez 284 ethiopic-halehame-am
296 ethiopic-abegede 285 ethiopic-halehame-ti-er
297 ethiopic-abegede-gez 286 ethiopic-halehame-ti-et
287 hangul
298 hangul-consonant 288 hangul-consonant
299 hangul
300 lower-norwegian
301 oromo
302 ethiopic-halehame-om-et
303 sidama
304 ethiopic-halehame-sid-et
305 somali
306 ethiopic-halehame-so-et
307 tigre
308 ethiopic-halehame-tig
309 tigrinya-er
310 ethiopic-halehame-ti-er
311 tigrinya-er-abegede
312 ethiopic-abegede-ti-er
313 tigrinya-et
314 ethiopic-halehame-ti-et
315 tigrinya-et-abegede
316 ethiopic-abegede-ti-et
317 upper-greek
318 upper-norwegian
319 asterisks
320 footnotes
321 hebrew 289 hebrew
322 armenian 290 armenian
323 lower-armenian 291 lower-armenian
324 upper-armenian 292 upper-armenian
325 georgian 293 georgian
326 cjk-ideographic 294 cjk-ideographic
327 hiragana 295 hiragana
328 katakana 296 katakana
329 hiragana-iroha 297 hiragana-iroha
330 katakana-iroha 298 katakana-iroha
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 translateX 1036 translateX
1069 translateY 1037 translateY
1070 translateZ 1038 translateZ
1071 translate3d 1039 translate3d
1072 1040
1073 // motion path 1041 // motion path
1074 path 1042 path
1075 1043
1076 calc 1044 calc
1077 -webkit-calc 1045 -webkit-calc
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