Skip to main content
All CollectionsAccessibility HelpARIA
Fixing ARIA Roles with Invalid Values
Fixing ARIA Roles with Invalid Values

ARIA roles used must conform to valid values

Updated yesterday

Why it Matters

Correctly applied, ARIA roles improve the accessibility of your webpages. They help ensure your content can be easily accessed by users of accessible technology.

Roles help accessible technologies:

  • provide clear context and structure of the webpage, including clear definitions of the purpose and behavior of custom elements

  • ensure that their users are informed of dynamic content updates

Diagnosing a Problem from a Page View

  1. Open a page in the Detail Page View, select the Accessibility tab, and expand the details for the ARIA roles used must conform to valid values flag.

  2. In the Element Source section, you will find the role that has been flagged in the HTML of the page.
    In the Failure Summary, you will also find a note with tips on what needs to be fixed.

  3. Check for easy fixes.

    1. Is the role spelled correctly?

    2. Are there extra characters in the assigned role, for example, like extra quotes?

  4. Visit our Valid ARIA Roles Quick Reference to ensure the flagged role is one of the valid role choices provided by ARIA.

Expanded ARIA roles used must conform to valid values issue, with the Element Source and Failure Summary sections highlighted



Resources

Learn More with WCAG

DubBot Flag: ARIA roles used must conform to valid values

If you have questions, please contact our DubBot Support team via email at help@dubbot.com or via the blue chat bubble in the lower right corner of your screen. We are here to help!

Did this answer your question?