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-005.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Non-list items with explicit list-item counter increments don't increment the ol reversed start value</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="li-value-reversed-005-ref.html">
<ol reversed>
<li>zero
<div style="counter-increment: list-item 1; counter-set: list-item 1"></div>
<li>zero
</ol>