I18N Tests: list-style-type

This page tests support for the CSS list-style-type property, as defined in CSS2.0.
Note: The CSS2.0 specification does not specify in any detail the mechanism for implementing the numbering schemes
defined. Expectations for behaviour are based on the version of the CSS3 Lists module current at the time this test was last updated. In most cases,
however, these tests simply allow you to see whether and how a particular user agent implements these features, rather than testing against the
requirements of the specification.
The Armenian and Georgian tests have been removed to newer pages where we test behaviour specified in CSS2.1.
Check whether the numbering of the lists is what you would expect.
The start attribute is used on ol to skip to higher numbers.
lower-latin
CSS says: list-style-type: lower-latin; .
The CSS2.0 specification specifies the set of characters as "a, b, c, ... z". It doesn't specify what happens after z.
- one, should show a
- two, should show b
- one, expect to see a
- two, expect to see b
- three, expect to see c
- three, should show c
- four, should show d
- five, should show e
- twenty six, should show z
- twenty seven, undefined
- twenty eight, undefined
- fifty-two, undefined
- fifty-three, undefined
- fifty-four, undefined
upper-latin
CSS says: list-style-type: upper-latin;
The CSS2.0 specification specifies the set of characters as "A, B, C, ... Z". It doesn't specify what happens after Z.
- one, should show A
- two, should show B
- one, expect to see A
- two, expect to see B
- three, expect to see C
- three, should show C
- four, should show D
- five, should show E
- twenty six, should show Z
- twenty seven, undefined
- twenty eight, undefined
- fifty-two, undefined
- fifty-three, undefined
- fifty-four, undefined
lower-alpha
CSS says: list-style-type: lower-alpha;
The CSS2.0 specification specifies the set of characters as "a, b, c, ... z". It doesn't specify what happens after z.
- one, should show a
- two, should show b
- one, expect to see a
- two, expect to see b
- three, expect to see c
- three, should show c
- four, should show d
- five, should show e
- twenty six, should show z
- twenty seven, undefined
- twenty eight, undefined
- fifty-two, undefined
- fifty-three, undefined
- fifty-four, undefined
upper-alpha
CSS says: list-style-type: upper-alpha;
The CSS2.0 specification specifies the set of characters as "A, B, C, ... Z". It doesn't specify what happens after Z.
- one, should show A
- two, should show B
- one, expect to see A
- two, expect to see B
- three, expect to see C
- three, should show C
- four, should show D
- five, should show E
- twenty six, should show Z
- twenty seven, undefined
- twenty eight, undefined
- fifty-two, undefined
- fifty-three, undefined
- fifty-four, undefined
lower-greek
This test has been moved here.
hiragana
CSS says: list-style-type: hiragana;
The CSS 2.0 specification doesn't explicitly define the set of characters in the list, nor what happens after the list is
exhausted.
- one, may show あ
- two, may show い
- one, may show あ
- two, may show い
- three, may show う
- three, may show う
- four, may show え
- five, may show お
- forty-eight, may show ん
- forty-nine, undefined
- fifty, undefined
- ninety-six, undefined
- ninety-seven, undefined
- ninety-eight, undefined
hiragana-iroha
CSS says: list-style-type: hiragana-iroha;
The CSS 2.0 specification doesn't explicitly define the set of characters in the list, nor what happens after the list is
exhausted.
- one, may show い
- two, may show ろ
- one, may show い
- two, may show ろ
- three, may show は
- three, may show は
- four, may show に
- five, may show ほ
- forty-seven, may show す
- forty-eight, undefined
- forty-nine, undefined
- ninety-four, undefined
- ninety-five, undefined
- ninety-six, undefined
katakana
CSS says: list-style-type: katakana;
The CSS 2.0 specification doesn't explicitly define the set of characters in the list, nor what happens after the list is
exhausted.
- one, may show ア
- two, may show イ
- one, may show ア
- two, may show イ
- three, may show ウ
- three, may show ウ
- four, may show エ
- five, may show オ
- forty-eight, undefined
- forty-nine, undefined
- fifty, undefined
- ninety-six, undefined
- ninety-seven, undefined
- ninety-eight, undefined
katakana-iroha
CSS says: list-style-type: katakana-iroha;
The CSS 2.0 specification doesn't explicitly define the set of characters in the list, nor what happens after the list is
exhausted.
- one, may show イ
- two, may show ロ
- one, may show イ
- two, may show ロ
- three, may show ハ
- three, may show ハ
- four, may show ニ
- five, may show ホ
- forty-seven, may show ス
- forty-eight, undefined
- forty-nine, undefined
- ninety-four, undefined
- ninety-five, undefined
- ninety-six, undefined
cjk-ideographic
CSS says: list-style-type: cjk-ideographic;
The CSS2.0 specification doesn't define what characters should be used to create each number - there are multiple
alternatives. Note that the characters specified in the CSS3 Lists module as of the date of publication of this page are not those expected
below.
- one
- two
- one
- two
- three
- three
- four
- five
- twenty, undefined
- twenty one, undefined
- twenty two, undefined
- a hundred, undefined
- a hundred and one, undefined
- a hundred and two, undefined
- zero, undefined
- one
hebrew
CSS says: list-style-type: hebrew;
The CSS2.0 specification doesn't define the algorithm for the Hebrew numbering.
- one, should show א
- two, should show ב
- one, should show א
- two, should show ב
- three, should show ג
- three, should show ג
- four, should show ד
- five, should show ה
- ninety-seven, undefined, may show צז
- ninety-eight, undefined, may show צח
- ninety-nine, undefined, may show צט
- hundred, undefined, may show ק
- a hundred and one, undefined, may show קא
- zero, undefined, may show אפס
- one, should show א
georgian
This test has been removed. See instead this one for CSS 2.1 .
armenian
This test has been removed. See instead this one for CSS 2.1.

Version: $Id: sec-list-style-type-1.html,v 1.10 2008/01/29 15:34:17 rishida Exp $