Web Happens

Accessibility Action report

Average Joe's

Back

ARIA roles used must conform to valid values

Ensures all elements with a role attribute use a valid value


Status
Failed
Impact
Critical
Category
Aria
WCAG criteria
Guidance
Deque University

1 issue across 1 page

How to fix

To fix the issue, you need to resolve this:

  • Role must be one of the valid ARIA roles: breadcrumbs

Where to fix

We found occurrences on 1 page:

  1. alphagov.github.io/accessibility-tool-audit/tests/html-invalid-aria-role-names.html

    HTML node
    <ol class="group" role="breadcrumbs">
    <li><a href="/">Home</a></li>
    <li><a href="/browse/housing-local-services">Housing and local services</a></li>
    <li><strong><a href="/browse/housing-local-services/local-councils">Local councils and services</a></strong></li>
    </ol>
    CSS selector
    ol