span element with text content |
W3C website
|
span element with role="link" .
span element has onclick event to handle mouse clicks.
span element has onkeydown event to handle keyboard support.
span element has tabindex="0" to become part of tab order of the page.
- Accessible name (e.g. what a screen reader will say) from child text content of
span element.
|
|
img element |
|
img element with alt attribute.
img element has onclick event to handle mouse clicks.
img element has onkeydown event to handle keyboard support.
img element has tabindex="0" to become part of tab order of the page.
- Accessible name from
alt attribute.
|
|
Background Image |
|
span element with background image and with role="link" .
span element has onclick event to handle mouse clicks.
span element has onkeydown event to handle keyboard support.
span element has tabindex="0" to become part of tab order of the page.
- Accessible name from
aria-label attribute.
|
|