tor-browser

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

ol-start-reversed-display-contents.html (374B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>display: contents; on &lt;ol start reversed></title>
      4 <meta rel=match href=ol-display-contents-ref.html>
      5 <ol start=5 reversed style="display: contents">
      6  <li style="margin-left: 40px">The list item marker on this line should be "1."</li>
      7  <li style="margin-left: 40px">The list item marker on this line should be "2."</li>
      8 </ol>