mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
12 lines
313 B
HTML
12 lines
313 B
HTML
<!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">
|
|
<link rel=help href="https://html.spec.whatwg.org/#attr-ol-reversed">
|
|
<ol reversed>
|
|
<li>Three</li>
|
|
<div>
|
|
<li>Two</li>
|
|
<li>One</li>
|
|
</div>
|
|
</ol>
|