You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, these attributes are supported and applicable on the following HTML elements:
a[href]
audio[controls]
button
iframe
img
input:not([type="hidden"])
select
textarea
video[controls]
Also included are landmark elements such as:
header
footer
main
nav
aside
section
form
The attributes are also supported on widget elements with an explicit role.
If any other element includes these attributes, it should lead to a warning message such as:
The aria-label attribute must only be included on interactive elements, elements with an implicit or explicit role, iframe elements, or image elements.