OLD | NEW |
1 I18N Tests: list-style-type | 1 I18N Tests: list-style-type |
2 | 2 |
3 This page tests support for the CSS list-style-type property, as defined in CSS2
.0. | 3 This page tests support for the CSS list-style-type property, as defined in CSS2
.0. |
4 | 4 |
5 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 agai
nst the requirements of the specification. | 5 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 agai
nst the requirements of the specification. |
6 | 6 |
7 Check whether the numbering of the lists is what you would expect. | 7 Check whether the numbering of the lists is what you would expect. |
8 | 8 |
9 The start attribute is used on ol to skip to higher numbers. | 9 The start attribute is used on ol to skip to higher numbers. |
10 | 10 |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 四 four | 203 四 four |
204 五 five | 204 五 five |
205 二十 twenty, undefined | 205 二十 twenty, undefined |
206 二十一 twenty one, undefined | 206 二十一 twenty one, undefined |
207 二十二 twenty two, undefined | 207 二十二 twenty two, undefined |
208 一百 a hundred, undefined | 208 一百 a hundred, undefined |
209 一百零一 a hundred and one, undefined | 209 一百零一 a hundred and one, undefined |
210 一百零二 a hundred and two, undefined | 210 一百零二 a hundred and two, undefined |
211 零 zero, undefined | 211 零 zero, undefined |
212 一 one | 212 一 one |
| 213 一千 a thousand, undefined |
| 214 一千萬零一千 ten million one thousand, undefined |
| 215 一百萬零一百 one million one hundred, undefined |
213 hebrew | 216 hebrew |
214 | 217 |
215 CSS says: list-style-type: hebrew; | 218 CSS says: list-style-type: hebrew; |
216 | 219 |
217 The CSS2.0 specification doesn't define the algorithm for the Hebrew numbering. | 220 The CSS2.0 specification doesn't define the algorithm for the Hebrew numbering. |
218 | 221 |
219 א one, should show א | 222 א one, should show א |
220 ב two, should show ב one, should show א two, should show ב three, should show ג | 223 ב two, should show ב one, should show א two, should show ב three, should show ג |
221 -> -> א one, should show א | 224 -> -> א one, should show א |
222 -> -> ב two, should show ב | 225 -> -> ב two, should show ב |
(...skipping 30 matching lines...) Expand all Loading... |
253 ია eleven, may show ია | 256 ია eleven, may show ია |
254 იბ twelve, may show იბ | 257 იბ twelve, may show იბ |
255 ჟთ ninety-nine, undefined, may show ჟთ | 258 ჟთ ninety-nine, undefined, may show ჟთ |
256 რ hundred, undefined, may show რ | 259 რ hundred, undefined, may show რ |
257 რა a hundred and one, undefined, may show რა | 260 რა a hundred and one, undefined, may show რა |
258 armenian | 261 armenian |
259 | 262 |
260 CSS says: list-style-type: armenian; | 263 CSS says: list-style-type: armenian; |
261 | 264 |
262 The CSS2.0 specification doesn't define the algorithm for Armenian numbering in
detail. | 265 The CSS2.0 specification doesn't define the algorithm for Armenian numbering in
detail. |
OLD | NEW |