Skip to content

Commit

Permalink
Correction: add missing allowance for aria-* on meter element (#519)
Browse files Browse the repository at this point in the history
* Correction: add missing allowance for aria-* on meter element

closes #517

adds missing allowance for any aria-* attributes applicable to the meter role.
  • Loading branch information
scottaohara authored Apr 30, 2024
1 parent 63adba1 commit da34cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,8 @@ <h2 id="docconformance">
</p>
<p>
Otherwise, any
<a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a>.
<a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a>
and any other `aria-*` attributes applicable to the `meter` role.
</p>
</td>
</tr>
Expand Down

0 comments on commit da34cb3

Please sign in to comment.