Keyboard
WCAG 2.1.1

All functionality of the content is operable through a keyboard interface.

How To Assess

Examples of Code that Violates and Fails

<div id="help1234" class="textlink" aria-role="button" title="Help and Support"></div>

Examples of Code that Satisfies WCAG (WCAG Techniques)

<button id="help4567" class="textlink"><span class="label333">Help and Support</span></button>

Notes

Home