tor-browser

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

reversed-1e.html (328B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>Reverse numbering should not count display:none elements</title>
      4 <link rel=match href="reversed-1-ref.html">
      5 <link rel=help href="https://html.spec.whatwg.org/#attr-ol-reversed">
      6 <ol reversed>
      7  <li>Three</li>
      8  <li style="display:none">Three</li>
      9  <li>Two</li>
     10  <li>One</li>
     11 </ol>