li-value-reversed-019.html (697B)
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-019-ref.html"> 9 <ol reversed> 10 <li>Three 11 <div style="counter-increment: list-item -1"></div> 12 <ol reversed> 13 <li>Four 14 <div style="counter-set: list-item 3"></div> 15 <li>Two 16 </ol> 17 <li>One 18 </ol>