Skip to content

Commit d90922c

Browse files
committed
[html-aam] Set heading level based on HTML computed heading level
1 parent 34306ed commit d90922c

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
@@ -2657,8 +2657,7 @@ <h4 id="el-h1-h6">`h1`, `h2`, `h3`, `h4`, `h5`, and `h6`</h4>
26572657
<tr>
26582658
<th>[[wai-aria-1.2]]</th>
26592659
<td>
2660-
<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
2661-
name.
2660+
<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>.
26622661
</td>
26632662
</tr>
26642663
<tr>

0 commit comments

Comments
 (0)