Testing 17th Testable Statement of Sec 12.6 of CSS2 Specification
-
17. List properties allow basic formatting of lists.
PASS CRITERIA:
-
This list item should have hebrew numbering. The rule applied is
"ul li {list-style-numbering: hebrew}"
-
This list item should have georgian numbering. THe rule applied is
"ol li {list-style-numbering: georgian}".
-
This list item should have cjk-ideographic numbering. THe rule applied is
"#id2 {list-style-numbering: cjk-ideographic}".
-
This list item should have hiragana numbering. The rule applied is
"#id3 {list-style-numbering: hiragana}".
-
This list item should have katakana numbering. The rule applied is
"#id4 {list-style-numbering: katakana}".
-
This list item should have hiragana-iroha numbering. The rule applied is
"#id5 {list-style-numbering: hiragana-iroha}".
-
This list item should have katakana-iroha numbering. The rule applied is
"#id6 {list-style-numbering: katakana-iroha}".