tor-browser

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

ol-display-contents-ref.html (307B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Reference for: display: contents; on &lt;ol ...></title>
      4 <style>
      5 li { margin-left: 40px; list-style-type: decimal; }
      6 </style>
      7 <li value="1">The list item marker on this line should be "1."</li>
      8 <li value="2">The list item marker on this line should be "2."</li>