blob: 422be2304c891fbd0c4f256bc3b87514d935fc81 [file] [log] [blame]
<?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 - armenian, over 9,999</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=3' />
<meta name='flags' content='' />
<meta name="assert" content="Setting list-style-type to armenian will cause list numbering to format numbers above 9,999 in the way described in the CSS3 Lists module." />
<style type='text/css'>
.armenian { list-style-type: armenian; }
/* 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 matches the numbering in the two columns is the same.</p>
<div class="test">
<ol class="armenian" start="10000">
<li title="10,000">Ա̂</li>
<li title="10,001">Ա̂Ա</li>
</ol>
<ol class="armenian" start="55465">
<li title="55,465">Ե̂ՐՆԿԵ</li>
</ol>
<ol class="armenian" start="655465">
<li title="655,465">Կ̂Ե̂ՐՆԿԵ</li>
</ol>
</div>
<!--p class="notes">Notes: <br />CSS2.1 CR specifies an armenian property, but does not specify in any detail the mechanism for implementing it. Expectations for behavior in these tests are based on the descriptions of lower-armenian and upper-armenian in the version of the CSS3 Lists module 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><p class="notes">Both upper and lowercase variants are shown here because the test is about the generative mechanism. The case is tested elsewhere.</p-->
</body>
</html>