3 ol, li { margin:
0; padding:
0; line-height:
150%; }
4 #wrapper { width:
10em; }
6 .dec { list-style-type: decimal; }
7 .heb { list-style-type: hebrew; }
8 .cjk { list-style-type: cjk-decimal; }
9 .kor { list-style-type: korean-hangul-formal; }
12 <ol class=
"dec"><li>foo
<li>bar
</ol>
13 <ol class=
"heb"><li>foo
<li>bar
</ol>
14 <ol class=
"cjk"><li>foo
<li>bar
</ol>
15 <ol class=
"kor"><li>foo
<li>bar
</ol>
16 <ol class=
"dec" dir=
"rtl"><li>foo
<li>bar
</ol>
17 <ol class=
"heb" dir=
"rtl"><li>foo
<li>bar
</ol>