tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

counter-suffix.html (579B)


      1 <!DOCTYPE html>
      2 <style>
      3  ol, li { margin: 0; padding: 0; line-height: 150%; }
      4  #wrapper { width: 10em; }
      5  ol { padding: 0 3em; }
      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; }
     10 </style>
     11 <div id="wrapper">
     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>
     18 </div>