Page Title: Exipure Reviews - Should you really buy Exipure? Truth Exposed | amNewYork
February 02, 2022 00:54

Role does not support accessible name.

Actions

Severity Action
no actions
Hidden 15 elements with ARIA-LABEL or ARIA-LABELLEDBY that are on elements and/or have roles that prohibit the use of naming techniques.

Details

Rule ID Widget 13
Definition ARIA roles that prohibit accessible names must not have an accessible name defined using aria-label or aria-labelledby attributes.
Purpose
  • Providing an accessible name for elements or roles provides a way for users to identify the purpose of each landmark, widget, link, table and form control on a web page.
  • Versions of the ARIA specification before 1.2 allowed aria-label or aria-labelledby to be used on any element, even if an accessible name was not useful .
  • For example, defining an accessible name on a p element or an element with role=none does not provide any useful accessibility information to assistive technologies. For a p element the text content is the only part that is needed by assistive technologies.
WCAG Success Criteria

4.1.2 Name, Role, Value (Level A, Primary Success Criterion)

Rule Category Widgets/Scripting
Scope Element
Target Resources ARIA roles which prohibit an accessible name
Techniques
  • Remove aria-label or aria-labelledby attribute from the element.
Informational Links

Element Results

Element Identifier Result Element Position Message

Column Definitions

Element Identifier
Information about the element associated with the result.
The information typically includes the tag name, accessible name or other information related to the rule requirements.
"Page" means that the result applied to the page. For example, the rule "One main landmark on the page" is a page level rule.
Element Position
The element position is based on the DOM order of elements in the page.
The element position maybe useful in helping to locate a specific element on the page evaluated (e.g smaller numbers are typically toward the beginning of a page and larger numbers typically toward the end of a page).
Element position 1 is the first element.
The highest element position is the last element.
Element position values for most rule/page results will not be consecutive since a rule only applies to a sub set of elements found on a page.