Can someone explain the HTML5 aria-* attribute?

HtmlAccessibilityWai Aria

Html Problem Overview


I wanted to know what the aria-* attributes are used for. What values can they have, and are they defined values or can I create my own values?

Html Solutions


Solution 1 - Html

ARIA stands for Accessible Rich Internet Applications and is designed to improve the accessibility of Rich Internet Applications, i.e. to make them more usable for people with disabilities.

Help on the various attributes is available here.

I don't think you can create your own ARIA attributes.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionsoflowView Question on Stackoverflow
Solution 1 - HtmlgkrogersView Answer on Stackoverflow