Can someone explain the HTML5 aria-* attribute?

soflow picture soflow · Nov 14, 2010 · Viewed 48.8k times · Source

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?

Answer

gkrogers picture gkrogers · Nov 14, 2010

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.