blob: d2fd912c9566c88f3130c71a048cb98f693ef2a9 [file] [log] [blame]
<!doctype html>
<title>Interaction of ol reversed and list-item value</title>
<link rel="help" href="https://html.spec.whatwg.org/#attr-ol-reversed">
<link rel="help" href="https://html.spec.whatwg.org/#ordinal-value">
<link rel="help" href="https://drafts.csswg.org/css-lists-3/#auto-numbering">
<link rel="help" href="https://drafts.csswg.org/css-lists-3/#instantiating-counters">
<link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
<link rel="match" href="li-list-item-counter-005-ref.html">
<ol>
<li>One
<div style="counter-increment: list-item 1"></div>
<ol>
<li>One
<div style="counter-set: list-item -3"></div>
<li>Minus Two
</ol>
<li>Three
</ol>