Skip to content

Commit c442b51

Browse files
Update index.html
modify heading mapping to reflect implementations fixes #116
1 parent 4b773aa commit c442b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-aam/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ <h3>HTML Element Role Mappings</h3>
13341334
</tr>
13351335
<tr tabindex="-1" id="el-h1-h6">
13361336
<th><a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h1</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h2</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h3</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h4</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h5</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h6</code></a></th>
1337-
<td class="aria"><a class="core-mapping" href="#role-map-heading"><code>heading</code></a> role, with the <a class="core-mapping" href="#ariaLevel"><code>aria-level</code></a> property set to the element's <a href="https://www.w3.org/TR/html/sections.html#outline-depth">outline depth</a></td>
1337+
<td class="aria"><a class="core-mapping" href="#role-map-heading"><code>heading</code></a> role, with the <a class="core-mapping" href="#ariaLevel"><code>aria-level</code></a> property set to the number in the element's tag name.</td>
13381338
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
13391339
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
13401340
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>

0 commit comments

Comments
 (0)