a11y consultant
a11y consultant
Under [tables](http://www.w3.org/WAI/tutorials/tables/), it would help to add an example where column headers: 1. Allow sorting. 2. Convey correct sort state. 3. Manage focus.
JAWS double speaks aria-describedby reference when focus moves to another element. Example: 1. Go to https://codepen.io/devpant/pen/vYLPXPm 2. Press submit and hear JAWS speak the text that receives focus. Also, hear...
In the following code snippet regarding an implicit label, what would the total accumulated text based on TAC be? ``` Name First Last ``` This is a depressing example as...
Refer to example under 2.C: Snippet: ``` Documentation.pdf .... HolidayLetter.pdf ``` Consider using input type button, instead of role button: ``` Documentation.pdf ... HolidayLetter.pdf ```