Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/li-value-reversed-014.html - WPT Dashboard Interop Dashboard
<!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-014-ref.html">
<ol reversed>
<li>Five
<li style="counter-increment: list-item -3">Two
<ol reversed>
<li>Four
<li style="counter-increment: list-item -2">Two
<li>One
</ol>
<li>One
</ol>