Table of Contents
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
What is ARIA?
ARIA (Accessible Rich Internet Applications) is a W3C (World Wide Web Consortium, an international organization that creates standards for the World Wide Web).
...
However, ARIA should not be used when HTML provides sufficient semantics for accessibility.
When to
...
Use ARIA
Following are some basic rules on using ARIA.
...
Text that describes an interactive control must be presented to screen reader users when the control is in focus. A button must have descriptive text (such as "Register") and a text input must have a descriptive label (such as "First Name"). The content that screen readers announce to identify a control is called its "accessible name". ARIA can also be used to define accessible names.
The
...
Three Components of ARIA
The three main components of ARIA are roles, properties, and states.
...