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

ARIA state for current page in navigation

Stackoverflow

Recently I've been implementing ARIA into a web application and I found this quest

Tags: 
  • html
  • html5
  • accessibility
  • wai-aria
  • wcag

Is the value of setCustomValidity() accessible to users using AT?

Suppose I set a custom validity message for a field using setCustomValidity() to describe why a form field is not valid. Would this content be available to users using assistive technology?

Tags: 
  • accessibility
  • wai-aria
  • wcag

Web accessibility: input type="button" that submits

I have some forms that use submit butttons like this:
<input type="button" onclick="validateAndSubmit()">

Tags: 
  • accessibility
  • wai-aria
  • wcag
  • web-accessibility