Skip to content

Commit

Permalink
Update h7-h10.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefaulkner committed Feb 25, 2024
1 parent 5731426 commit ad0dfba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test-files/h7-h10.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<h1>
<code>h1-h6</code> elements
<code>h7-h9 via aria-level</code> elements
</h1>

<div class="meta">
Expand Down Expand Up @@ -47,7 +47,7 @@ <h2>

<div class="test">
<h2 class="test-title" id="hd-001">
Test hd-001: <code>h1 - h6</code> elements
Test hd-001: <code>h7 - h9</code> elements
</h2>

<div class="test-case">
Expand Down Expand Up @@ -77,7 +77,7 @@ <h1 role="heading" aria-level="7">
<div class="test">
<h2 class="test-title" id="hd-003">
Test hd-003: <code>h2</code> element,
with <code>aria-level="1"</code>
with <code>aria-level="8"</code>
</h2>

<div class="test-case">
Expand All @@ -89,7 +89,7 @@ <h2 aria-level="8">

<div class="test">
<h2 class="test-title" id="hd-004">
Test hd-004: <code>h1 - h6 + aria-level 7 -12</code> elements with no content
Test hd-004: <code>h1 - h6 + aria-level 7 - 12</code> elements with no content
</h2>

<div class="test-case">
Expand All @@ -104,7 +104,7 @@ <h6 id="hda-06" aria-level="12"></h6>

<div class="test">
<h2 class="test-title" id="hd-005">
Test hd-005: <code>h1 - h6</code> elements with <code>aria-label</code>
Test hd-005: <code>h7 - h12 (aria-level 7 - 12)</code> elements with <code>aria-label</code>
</h2>

<div class="test-case">
Expand Down

0 comments on commit ad0dfba

Please sign in to comment.