tor-browser

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

li-value-reversed-022.html (647B)


      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-022-ref.html">
      9 <ol reversed>
     10 <li>Six
     11 <li style="counter-set: list-item 5">Five
     12 <li>Four
     13 <li style="counter-set: list-item 2">Two
     14 <li>One
     15 </ol>