tor-browser

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

li-value-reversed-005.html (671B)


      1 <!doctype html>
      2 <title>Non-list items with explicit list-item counter increments don't increment the ol reversed start 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-005-ref.html">
      9 <ol reversed>
     10 <li>zero
     11 <div style="counter-increment: list-item 1; counter-set: list-item 1"></div>
     12 <li>zero
     13 </ol>