Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/grouping-content/the-ol-element/reversed-1d.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset=utf-8>
<title>Reverse numbering should not be affected by nested div</title>
<link rel=match href="reversed-1-ref.html">
<ol reversed>
<li>Three</li>
<div>
<li>Two</li>
<li>One</li>
</div>
</ol>