Assertion: Setting list-style-type to armenian will cause list numbering use lower-case Armenian numbers.
The CSS says: list-style-type: armenian. Armenian has upper and lower case variants, and CSS3 specifies the use of lower-case characters by default for numbering, although that is not specified in
CSS2.1. This tests also checks whether Armenian numbers are actually used.
Assertion: If lowercase Armenian numbers are used, setting list-style-type to armenian will cause list numbering to format numbers up to 9,999 in the way described in CSS3 Lists module.
The CSS says: list-style-type: armenian. This test checks that the composition of numbers is as expected if lowercase numbers are used. If the user agent uses uppercase in this situation, this test is not relevant.
Assertion: If lowercase Armenian numbers are used, setting list-style-type to armenian will cause list numbering to format numbers above 9,999 in the way described in CSS3 Lists module.
The CSS says: list-style-type: armenian. This test checks that the composition of numbers is as expected if lowercase numbers are used. If the user agent uses uppercase in this situation, this test is not relevant.
Assertion: If uppercase Armenian numbers are used, setting list-style-type to armenian will cause list numbering to format numbers up to 9,999 in the way described in CSS3 Lists module.
The CSS says: list-style-type: armenian. This test checks that the composition of numbers is as expected if uppercase numbers are used. Uppercase is not specified as the default for list-style-type: armenian, but many browsers use uppercase, so this test makes it easier to check whether the formatting of the numbers is correct in those cases. If the user agent uses lowercase in this situation, this test is not relevant.
Assertion: If uppercase Armenian numbers are used, setting list-style-type to armenian will cause list numbering to format numbers above 9,999 in the way described in CSS3 Lists module.
The CSS says: list-style-type: armenian. This test checks that the composition of numbers is as expected if uppercase numbers are used. Uppercase is not specified as the default for list-style-type: armenian, but many browsers use uppercase, so this test makes it easier to check whether the formatting of the numbers is correct in those cases. If the user agent uses lowercase in this situation, this test is not relevant.
Assertion: Setting list-style-type to lower-armenian will produce lowercase and correctly formatted numbering as described in CSS3 Lists module.
The CSS says: list-style-type: lower-armenian.
Assertion: Setting list-style-type to upper-armenian will produce uppercase and correctly formatted numbering as described in CSS3 Lists module.
The CSS says: list-style-type: upper-armenian.
Version: $Id: test-list-style-type-2.html,v 1.3 2009/01/29 09:33:30 rishida Exp $