blob: 4bce2f8307e8dd50b4f583f97244f6388d7a6f02 [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-value-reversed-011-ref.html">
<ol reversed start=5>
<li style="counter-increment: list-item -3">Three
<li>Two
<li>One
</ol>