List of Some Common HTML Elements and Their Implicit ARIA Roles Here are some HTML elements and the implicit ARIA roles they map to (per HTML-AAM spec):
| HTML Element | Implicit ARIA Role |
|---|---|
<a href="…"> |
link ([W3C][1]) |
<button> |
button ([W3C][2]) |
<input type="checkbox"> |
checkbox ([W3C][3]) |
<input type="radio"> |
radio ([W3C][3]) |
| `` | slider (because A |