Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Nested list-item with reversed(list-item)</title>
<link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
<link rel="match" href="li-value-reversed-011-ref.html">
<ol>
<div style="counter-reset: reversed(list-item);">
<li>Three</li>
<li>Two</li>
<li>One</li>
</div>
</ol>