What is accessibility & ARIA role means in a web application?

Technology CommunityCategory: HTML5What is accessibility & ARIA role means in a web application?
VietMX Staff asked 3 years ago

Accessibility means letting the user navigate and interact with a website by any means. Let it be a keyboard, a mouse or people with disabilities or impairments.

  • ARIA stands for Accessible Rich Internet Application.
  • ARIA is a spec from W3C.
  • ARIA is created to improve accessibility in web applications.
  • ARIA provides a extra information to screen readers via HTML attributes.
  • ARIA doesn’t affect how an element is rendered in a browser.