Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Interaction of ol reversed and list-item value</title>
<link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
<link rel="match" href="li-value-reversed-019-ref.html">
<ol reversed>
<li>Three
<div style="counter-increment: list-item -1"></div>
<ol reversed>
<li>Four
<div style="counter-set: list-item 3"></div>
<li>Two
</ol>
<li>One
</ol>