summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/grouping-content/the-ol-element/reversed-1e.html
blob: 48a279994230eb0930c29f661aa2d2ad1e4c34be (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset=utf-8>
<title>Reverse numbering should not count display:none elements</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 style="display:none">Three</li>
  <li>Two</li>
  <li>One</li>
</ol>