tor-browser

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

li-value-reversed-003.html (717B)


      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="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      7 <link rel="author" title="Mozilla" href="https://mozilla.org">
      8 <link rel="match" href="li-value-reversed-002-ref.html">
      9 <ol reversed>
     10 <li>nine
     11 <li>eight
     12 <li style="counter-set: list-item 7">seven
     13 <li style="counter-increment: list-item -1">six
     14 <li style="counter-set: list-item 10; counter-increment: list-item 1">ten
     15 <li>nine
     16 </ol>