Skip to content

Commit

Permalink
fix broken internal link ref
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara committed Dec 8, 2022
1 parent 9c00755 commit e3a102a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4361,7 +4361,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
</div>
</td>
<td class="uia">
The target element of the `label` attribute has a `LabeledBy` property pointing to the element with the `label` attribute. Participates in <a href="#other-form-elements">name computation.</a>
The target element of the `label` attribute has a `LabeledBy` property pointing to the element with the `label` attribute. Participates in <a href="#accname-computation">name computation.</a>
</td>
<td class="atk">
<div class="name">
Expand Down Expand Up @@ -5860,7 +5860,7 @@ <h4>`input type="text"`, `input type="password"`, `input type="number"`, `input
</ol>
</section>
<section>
<h4>`input type="button"` ,` input type="submit"` and `input type="reset"` Accessible Name Computation</h4>
<h4>`input type="button"`, `input type="submit"` and `input type="reset"` Accessible Name Computation</h4>
<ol>
<li>
If the control has an <a data-cite="wai-aria-1.2/#aria-label">`aria-label`</a> or an <a data-cite="wai-aria-1.2/#aria-labelledby">`aria-labelledby`</a> attribute the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> is to be calculated using the algorithm defined in <a href="" class="accname">Accessible Name and Description: Computation and API Mappings</a>.
Expand Down

0 comments on commit e3a102a

Please sign in to comment.