Principle 4 - Robust

Browse by Category

Conformance Levels

Description

Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.

Questions & Answers

How do I make a word counter accessible?

My form has a comment field with a word count limit, and I want to provide a live counter so the user knows how close they are to the limit. How do I make the counter accessible?

  • forms
  • status message

How should I code elements with similar designs but different roles?

My footer has five buttons and one link, but they all look like buttons. I think users will expect all the elements to be the same type of element (all buttons or all links), and may be confused that they’re different. Which is more important,...

  • aria roles
  • user experience