mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
10 lines
283 B
HTML
10 lines
283 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>`reversed` should reverse the numbering correctly</title>
|
|
<link rel=match href="reversed-1-ref.html">
|
|
<link rel=help href="https://html.spec.whatwg.org/#attr-ol-reversed">
|
|
<ol reversed>
|
|
<li>Three</li>
|
|
<li>Two</li>
|
|
<li>One</li>
|
|
</ol>
|