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-002.html - WPT Dashboard Interop Dashboard
 
 
<!doctype html>
<title>Interaction of ol reversed and list-item value</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="li-value-reversed-002-ref.html">
<ol reversed>
 <li>nine
 <li>eight
 <li value=7>seven
 <li>six
 <li value=10>ten
 <li>nine
</ol>