Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / resources / w3-css3-list-styles-alphabetic.css
blob98b079047b74aa40b96b7f015db1a8aeeb6ffa83
1 /*
2 The following styles are ordered as they appear in section 6.2. of the
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 */
6 ol.lower-alpha { list-style-type: lower-alpha; }
7 ol.lower-latin { list-style-type: lower-latin; }
9 ol.upper-alpha { list-style-type: upper-alpha; }
10 ol.upper-latin { list-style-type: upper-latin; }
12 ol.cjk-earthly-branch { list-style-type: cjk-earthly-branch; }
13 ol.cjk-heavenly-stem { list-style-type: cjk-heavenly-stem; }
15 ol.lower-greek { list-style-type: lower-greek; }
17 ol.hiragana-iroha { list-style-type: hiragana-iroha; }
19 ol.hiragana { list-style-type: hiragana; }
21 ol.katakana-iroha { list-style-type: katakana-iroha; }
23 ol.katakana { list-style-type: katakana; }
25 /* compatibility with Firefox i.e. -moz-hangul */
27 ol.hangul-consonant { list-style-type: hangul-consonant; }
29 ol.hangul { list-style-type: hangul; }
31 ol.ethiopic-halehame { list-style-type: ethiopic-halehame; }
33 ol.ethiopic-halehame-am { list-style-type: ethiopic-halehame-am; }
35 ol.ethiopic-halehame-ti-er { list-style-type: ethiopic-halehame-ti-er; }
37 ol.ethiopic-halehame-ti-et { list-style-type: ethiopic-halehame-ti-et; }