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