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-2.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="reversed-2-ref.html">
<ol reversed start="5">
<li>Five</li>
<li>Four</li>
<li>Three</li>
</ol>