tor-browser

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

li-value-reversed-001.html (626B)


      1 <!doctype html>
      2 <title>Interaction of ol reversed and list-item value</title>
      3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1573907">
      4 <link rel="help" href="https://html.spec.whatwg.org/#attr-ol-reversed">
      5 <link rel="help" href="https://html.spec.whatwg.org/#ordinal-value">
      6 <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      7 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      8 <link rel="author" title="Mozilla" href="https://mozilla.org">
      9 <link rel="match" href="li-value-reversed-001-ref.html">
     10 <ol reversed>
     11 <li>seven
     12 <li value=6>six
     13 <li>five
     14 </ol>