aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-counter-styles-3_dev/xhtml1/css3-counter-styles-039.xht
blob: 13d934ef98132a6e3dadcdff2b142a0c535fce7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>katakana-iroha, simple</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<link href="http://www.w3.org/TR/css-counter-styles-3/#simple-alphabetic" rel="help" />
<link href="mailto:chris@w3.org" rel="reviewer" title="Chris Lilley" />
<meta content="font" name="flags" />
<meta content="Setting list-style-type to katakana-iroha will produce list numbering for the basic alphabet as described in the CSS3 Counter Styles module." name="assert" />
<style type="text/css">
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol li { list-style-type: katakana-iroha;  }
</style>
</head>
<body>
<p class="instructions">Test passes if the two columns are the same, ignoring the suffix.</p>


<div class="test"><ol><li title="1">イ、</li>
<li title="2">ロ、</li>
<li title="3">ハ、</li>
<li title="4">ニ、</li>
<li title="5">ホ、</li>
<li title="6">ヘ、</li>
<li title="7">ト、</li>
<li title="8">チ、</li>
<li title="9">リ、</li>
<li title="10">ヌ、</li>
<li title="11">ル、</li>
<li title="12">ヲ、</li>
<li title="13">ワ、</li>
<li title="14">カ、</li>
<li title="15">ヨ、</li>
<li title="16">タ、</li>
<li title="17">レ、</li>
<li title="18">ソ、</li>
<li title="19">ツ、</li>
<li title="20">ネ、</li>
<li title="21">ナ、</li>
<li title="22">ラ、</li>
<li title="23">ム、</li>
<li title="24">ウ、</li>
<li title="25">ヰ、</li>
<li title="26">ノ、</li>
<li title="27">オ、</li>
<li title="28">ク、</li>
<li title="29">ヤ、</li>
<li title="30">マ、</li>
<li title="31">ケ、</li>
<li title="32">フ、</li>
<li title="33">コ、</li>
<li title="34">エ、</li>
<li title="35">テ、</li>
<li title="36">ア、</li>
<li title="37">サ、</li>
<li title="38">キ、</li>
<li title="39">ユ、</li>
<li title="40">メ、</li>
<li title="41">ミ、</li>
<li title="42">シ、</li>
<li title="43">ヱ、</li>
<li title="44">ヒ、</li>
<li title="45">モ、</li>
<li title="46">セ、</li>
<li title="47">ス、</li>
</ol></div>


<!--Notes:
You will need an appropriate font to run this test.

To see the ASCII decimal number associated with a row, mouse over it and the number will pop up in a tooltip.
-->




</body></html>