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-028.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Nested list-item with reversed(list-item)</title>
<link rel="help" href="https://drafts.csswg.org/css-lists/#auto-numbering">
<link rel="help" href="https://drafts.csswg.org/css-lists/#instantiating-counters">
<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>