Skip to content

Commit 9ac86a9

Browse files
keithamusdaniel-montalvo
authored andcommitted
[html-aam] Set heading level based on HTML computed heading level
1 parent 0256e79 commit 9ac86a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

html-aam/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,8 +2659,7 @@ <h4 id="el-h1-h6">`h1`, `h2`, `h3`, `h4`, `h5`, and `h6`</h4>
26592659
<tr>
26602660
<th>[[wai-aria-1.2]]</th>
26612661
<td>
2662-
<a class="core-mapping" href="#role-map-heading">`heading`</a> role, with the <a class="core-mapping" href="#ariaLevel">`aria-level`</a> property set to the number in the element's tag
2663-
name.
2662+
<a class="core-mapping" href="#role-map-heading">`heading`</a> role, with the <a class="core-mapping" href="#ariaLevel">`aria-level`</a> property set to the <a data-cite="html/sections.html#get-an-element's-computed-heading-offset">the computed heading level</a>.
26642663
</td>
26652664
</tr>
26662665
<tr>

0 commit comments

Comments
 (0)