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

Side by Side Diff: LayoutTests/fast/lists/resources/w3-css3-list-styles-alphabetic.css

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 | « no previous file | LayoutTests/fast/lists/w3-css3-list-styles-alphabetic.html » ('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 The following styles are ordered as they appear in section 4.4. of the 2 The following styles are ordered as they appear in section 6.2. of the
3 Draft 7 November 2002 draft of the CSS3 Lists module <http://www.w3.org/TR/css3- lists/#alphabetic>. 3 3 February 2015 CR of the CSS3 Counter Styles Level 3 module <http://www.w3.org/ TR/css-counter-styles-3/#simple-alphabetic>.
4 */ 4 */
5 5
6 ol.afar { list-style-type: afar; } 6 ol.lower-alpha { list-style-type: lower-alpha; }
7 ol.ethiopic-halehame-aa-et { list-style-type: ethiopic-halehame-aa-et; } 7 ol.lower-latin { list-style-type: lower-latin; }
8 ol.ethiopic-halehame-aa-er { list-style-type: ethiopic-halehame-aa-er; }
9 8
10 ol.amharic { list-style-type: amharic; } 9 ol.upper-alpha { list-style-type: upper-alpha; }
11 ol.ethiopic-halehame-am-et { list-style-type: ethiopic-halehame-am-et; } 10 ol.upper-latin { list-style-type: upper-latin; }
12
13 ol.amharic-abegede { list-style-type: amharic-abegede; }
14 ol.ethiopic-abegede-am-et { list-style-type: ethiopic-abegede-am-et; }
15 11
16 ol.cjk-earthly-branch { list-style-type: cjk-earthly-branch; } 12 ol.cjk-earthly-branch { list-style-type: cjk-earthly-branch; }
17
18 ol.cjk-heavenly-stem { list-style-type: cjk-heavenly-stem; } 13 ol.cjk-heavenly-stem { list-style-type: cjk-heavenly-stem; }
19 14
20 ol.ethiopic { list-style-type: ethiopic; } 15 ol.lower-greek { list-style-type: lower-greek; }
21 ol.ethiopic-halehame-gez { list-style-type: ethiopic-halehame-gez; }
22
23 ol.ethiopic-abegede { list-style-type: ethiopic-abegede; }
24 ol.ethiopic-abegede-gez { list-style-type: ethiopic-abegede-gez; }
25
26 ol.hangul-consonant { list-style-type: hangul-consonant; }
27 ol.hangul { list-style-type: hangul; }
28 16
29 ol.hiragana-iroha { list-style-type: hiragana-iroha; } 17 ol.hiragana-iroha { list-style-type: hiragana-iroha; }
30 18
31 ol.hiragana { list-style-type: hiragana; } 19 ol.hiragana { list-style-type: hiragana; }
32 20
33 ol.katakana-iroha { list-style-type: katakana-iroha; } 21 ol.katakana-iroha { list-style-type: katakana-iroha; }
34 22
35 ol.katakana { list-style-type: katakana; } 23 ol.katakana { list-style-type: katakana; }
36 24
37 ol.lower-alpha { list-style-type: lower-alpha; } 25 /* compatibility with Firefox i.e. -moz-hangul */
38 ol.lower-latin { list-style-type: lower-latin; }
39 26
40 ol.lower-greek { list-style-type: lower-greek; } 27 ol.hangul-consonant { list-style-type: hangul-consonant; }
41 28
42 ol.lower-norwegian { list-style-type: lower-norwegian; } 29 ol.hangul { list-style-type: hangul; }
43 30
44 ol.oromo { list-style-type: oromo; } 31 ol.ethiopic-halehame { list-style-type: ethiopic-halehame; }
45 ol.ethiopic-halehame-om-et { list-style-type: ethiopic-halehame-om-et; }
46 32
47 ol.sidama { list-style-type: sidama; } 33 ol.ethiopic-halehame-am { list-style-type: ethiopic-halehame-am; }
48 ol.ethiopic-halehame-sid-et { list-style-type: ethiopic-halehame-sid-et; }
49 34
50 ol.somali { list-style-type: somali; }
51 ol.ethiopic-halehame-so-et { list-style-type: ethiopic-halehame-so-et; }
52
53 ol.tigre { list-style-type: tigre; }
54 ol.ethiopic-halehame-tig { list-style-type: ethiopic-halehame-tig; }
55
56 ol.tigrinya-er { list-style-type: tigrinya-er; }
57 ol.ethiopic-halehame-ti-er { list-style-type: ethiopic-halehame-ti-er; } 35 ol.ethiopic-halehame-ti-er { list-style-type: ethiopic-halehame-ti-er; }
58 36
59 ol.tigrinya-er-abegede { list-style-type: tigrinya-er-abegede; }
60 ol.ethiopic-abegede-ti-er { list-style-type: ethiopic-abegede-ti-er; }
61
62 ol.tigrinya-et { list-style-type: tigrinya-et; }
63 ol.ethiopic-halehame-ti-et { list-style-type: ethiopic-halehame-ti-et; } 37 ol.ethiopic-halehame-ti-et { list-style-type: ethiopic-halehame-ti-et; }
64 38
65 ol.tigrinya-et-abegede { list-style-type: tigrinya-et-abegede; }
66 ol.ethiopic-abegede-ti-et { list-style-type: ethiopic-abegede-ti-et; }
67
68 ol.upper-alpha { list-style-type: upper-alpha; }
69 ol.upper-latin { list-style-type: upper-latin; }
70
71 ol.upper-greek { list-style-type: upper-greek; }
72
73 ol.upper-norwegian { list-style-type: upper-norwegian; }
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/lists/w3-css3-list-styles-alphabetic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698