Source code

Revision control

Copy as Markdown

Other Tools

<?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">
<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' />
<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>