summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/lists/list-style-type-georgian-001.xht
blob: d0e399815e9efb334b910b7803d2f8d65878cc35 (plain)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: list-style-type - georgian</title>
<link rel='author' title='Richard Ishida' href='http://rishida.net' />
<link rel='reviewer' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact' />
<link rel='help' href='http://www.w3.org/TR/CSS21/generate.html#list-style' />
<link rel='alternate' href='http://www.w3.org/International/tests/tests-html-css/tests-list-style-type/generate?test=8' />
<meta name="assert" content="Setting list-style-type to georgian will cause list numbering to format numbers in the way described in the CSS3 Lists module plus corrections by George Chavchanidze." />
<style type='text/css'>
.georgian { list-style-type: georgian; }

/* the CSS below is not part of the test */
.test { font-size: 24px; font-family: sans-serif; }
ol { margin: 0; padding-left: 8em; }
.alt { color: #ff6633; margin-left: 40px;}

</style>
</head>
<body>
<p class="instructions">Test passes if the numbering in the two columns is the same.</p>


<div class="test">
			<ol class="georgian">

				<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>
			</ol>
			<ol class="georgian" start="43">
				<li title="43">მგ</li>
			</ol>
			<ol class="georgian" start="77">

				<li title="77">ოზ</li>
			</ol>
			<ol class="georgian" start="80">
				<li title="80">პ</li>
			</ol>
			<ol class="georgian" start="99">
				<li title="99"> ჟთ</li>

				<li title="100">რ</li>
				<li title="101">რა</li>
			</ol>
			<ol class="georgian" start="222">
				<li title="222">სკბ</li>
			</ol>
			<ol class="georgian" start="440">

				<li title="440">ჳმ</li>
			</ol>
			<ol class="georgian" start="999">
				<li title="999">შჟთ</li>
				<li title="1000">ჩ</li>
			</ol>
			<ol class="georgian" start="1005">

				<li title="1005">ჩე</li>
			</ol>
			<ol class="georgian" start="1060">
				<li title="1060">ჩჲ</li>
			</ol>
			<ol class="georgian" start="1065">
				<li title="1065">ჩჲე</li>

			</ol>
			<ol class="georgian" start="1700">
				<li title="1700">ჩღ</li>
			</ol>
			<ol class="georgian" start="1760">
				<li title="1760">ჩღჲ</li>
			</ol>
			<ol class="georgian" start="1765">

				<li title="1765">ჩღჲე</li>
			</ol>
			<ol class="georgian" start="4765">
				<li title="4765">წღჲე</li>
			</ol>
			<ol class="georgian" start="9999">
				<li title="9999">ჰშჟთ</li>

				<li title="10000"> ჵ</li>
				<li title="10001"> ჵა</li>
			</ol>
			<ol class="georgian" start="10065">
				<li title="10065"> ჵჲე</li>
			</ol>

			<ol class="georgian" start="10700">
				<li title="10700"> ჵღ</li>
			</ol>
			<ol class="georgian" start="12000">
				<li title="12000"> ჵც</li>
				<li title="12001"> ჵცა</li>

			</ol>
			<ol class="georgian" start="12065">
				<li title="12065"> ჵცჲე</li>
			</ol>
			<ol class="georgian" start="12700">
				<li title="12700"> ჵცღ</li>
			</ol>

		</div>


<!--p class="notes">Notes: <br /><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type">CSS2.1</a> CR specifies a <span class="kw">georgian</span> property, but also does not specify in any detail the mechanism for implementing it. Expectations for behavior in these tests are based on <a href="http://xml-maiden.com/numbering/table.xhtml">corrections by George Chavchanidze</a> to the rules specified in the version of <a href="http://www.w3.org/TR/css3-lists/#georgian">CSS3 Lists module</a> current at the time this test was last updated.</p><p class="notes">The test uses the start attribute to reduce the size of the list.  This attribute is deprecated or unavailable in some formats, causing the test page not to validate, but appears to be supported in major browsers anyway (and will be reinstated in HTML5).</p-->
</body>
</html>