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 - 7 of 7 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

What are the accessibility implications of forcing a user to read terms and conditions before they can accept them?

UX_StackExchange

I'm working on a project currently where the client organisation deals with vulnerable people regularly.

Tags: 
  • website-design
  • 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

inline form validation when user tabs out of an empty field

UX_StackExchange

My question is similar to Should inline validation check emp

Tags: 
  • forms
  • accessibility
  • error-message
  • validation
  • screen-reader

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

Remove styles from open SELECT elements in Chrome?

The current stable version of Chrome (v61) exhibits some undesirable behaviour with styled select elements.

Tags: 
  • css
  • forms
  • google-chrome
  • accessibility
  • usability

Forms accessibility - actions on buttons

I have a Shopping Cart and for example there is a <button> that will trigger an action to add an item to the cart.

Tags: 
  • forms
  • accessibility