translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 3 of 3 questions

Clean and accesible Other option (Check box and text box)

Stackoverflow

When I have a set of either check boxes or radio buttons I often need to have an Other choice.

Tags: 
  • javascript
  • html
  • forms
  • accessibility

JAWS starts announcing content in the middle of the page when navigating via form submission in IE11

Stackoverflow

I'm encountering something bizarre in which a page with a form and fairly minimal layout is read correctly by JAWS 16 and 18 in IE11 on initial load.

Tags: 
  • html
  • forms
  • accessibility
  • screen-readers
  • jaws

Semantic input error message inside label

I'm using <label> to wrap an input such that its success and error messages can appear inside its label for association.

Tags: 
  • html
  • forms
  • accessibility
  • semantic-markup
  • wai-aria