Accessibility

Accessibility in modern web applications

Accessibility in modern web applications
  1. What is web application accessibility?
  2. What are the three types of accessibility?

What is web application accessibility?

Web accessibility means that websites, tools, and technologies are designed and developed so that people with disabilities can use them. More specifically, people can: perceive, understand, navigate, and interact with the Web.

What are the three types of accessibility?

Types of Accessibility Issues

Visual (e.g., color blindness) Motor/mobility (e.g., wheelchair-user concerns) Auditory (hearing difficulties)

Alignment of first column in table when it is numerical
How do you align a number in table column?When aligning numerical values in tables what should be considered?Should numbers in a table be left aligne...
Background video & accessibility of text overlays
What is background videos? What is background videos?For those uninitiated, background videos are short, looping snippets of video which play on web...
Dropdown selector with no options. Disabled or not?
How do I disable dropdown options?How do I make a dropdown not editable in HTML?How do I hide an option in a select tag? How do I disable dropdown o...