4.1.2 Name, Role, Value Level A

Browse by Category

Conformance Levels

Description

For all user interface components (including but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to user agents, including assistive technologies.

*This success criterion is primarily for Web authors who develop or script their own user interface components. For example, standard HTML controls already meet this success criterion when used according to specification.

[View on W3C.org]

Questions & Answers

What is ARIA?

What is ARIA? I know it's related to web accessibility, but what does it do?

  • aria
  • aria attributes

How should list items be nested?

I am getting an automated scanner error that “<li> elements must be contained in a <ul> or <ol>”, but in my code the <li> elements are contained in <ul>. What’s going on?

  • accessibility tree
  • lists
  • scanner errors