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-024.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Overriding reversed attribute of ol by counter-reset: reversed(counter)</title>
<link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
<link rel="match" href="li-value-reversed-024-ref.html">
<ol reversed style="counter-reset: list-item">
<li>One
<li>Two
<li>Three
</ol>