Skip to content

ARIA progressbar nodes must have an accessible name #227

@Klarence

Description

@Klarence

Issue

When running Deque's aXe DevTools I receive the error:

ARIA progressbar nodes must have an accessible name

Fix at least one (1) of these issues:

  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute

https://dequeuniversity.com/rules/axe/4.4/aria-progressbar-name?application=AxeChrome

Solution

Please provide an @input for at least one of the following:

  1. aria-label
  2. aria-labelledby
  3. title

Due to the accessibility issues with the title attribute for mobile and keyboard users. A strong preference for aria-label and aria-labeledby.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions