Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>katakana-iroha, simple</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" />
<link rel='match' href='css3-counter-styles-039-ref.html'>
<meta name="assert" content="Setting list-style-type to katakana-iroha 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-iroha; 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>
</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>