tor-browser

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

li-value-reversed-017.html (604B)


      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-017-ref.html">
      9 <ol reversed start=4>
     10 <div style="counter-increment: list-item -2"></div>
     11 <li>Two
     12 </ol>