li-value-reversed-004.html (646B)
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-004-ref.html"> 9 <ol reversed> 10 <li>three 11 <div style="counter-increment: list-item -1"></div> 12 <li>one 13 </ol>