blob: 0d955835f1cd60ec63cb491bdaac2293e2e9733f [file] [log] [blame]
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>katakana, simple</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='http://www.w3.org/TR/css-counter-styles-3/#simple-alphabetic'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<link rel='match' href='css3-counter-styles-036-ref.html'>
<meta name="assert" content="Setting list-style-type to katakana will produce list numbering for the basic alphabet as described in the CSS3 Counter Styles module.">
<style type='text/css'>
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
ol { list-style-type: katakana; list-style-position: inside; }
</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>
<li title='48'>ン、</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>