Skip to content

Commit da34cb3

Browse files
authored
Correction: add missing allowance for aria-* on meter element (#519)
* Correction: add missing allowance for aria-* on meter element closes #517 adds missing allowance for any aria-* attributes applicable to the meter role.
1 parent 63adba1 commit da34cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,8 @@ <h2 id="docconformance">
24152415
</p>
24162416
<p>
24172417
Otherwise, any
2418-
<a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a>.
2418+
<a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a>
2419+
and any other `aria-*` attributes applicable to the `meter` role.
24192420
</p>
24202421
</td>
24212422
</tr>

0 commit comments

Comments
 (0)