tor-browser

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

li-value-reversed-021.html (611B)


      1 <!doctype html>
      2 <title>Interaction of ol reversed and list-item value</title>
      3 <link rel="help" href="https://html.spec.whatwg.org/#attr-ol-reversed">
      4 <link rel="help" href="https://html.spec.whatwg.org/#ordinal-value">
      5 <link rel="help" href="https://drafts.csswg.org/css-lists-3/#auto-numbering">
      6 <link rel="help" href="https://drafts.csswg.org/css-lists-3/#instantiating-counters">
      7 <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
      8 <link rel="match" href="li-value-reversed-011-ref.html">
      9 <ol reversed start=5>
     10 <li style="counter-increment: list-item -3">Three
     11 <li>Two
     12 <li>One
     13 </ol>