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-list-item-counter-002.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Interaction of ol and list-item value</title>
<link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
<link rel="match" href="li-list-item-counter-002-ref.html">
<ol>
<li value=2>Two
<div style="counter-set: list-item 4"></div>
<div style="counter-increment: list-item -1"></div>
<li>Four
</ol>