Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 1 violation

# Description Axe rule ID WCAG Impact Count
1 ARIA dialog and alertdialog nodes should have an accessible name aria-dialog-name Best practice serious 1

Failed

1. ARIA dialog and alertdialog nodes should have an accessible name

Learn more

aria-dialog-name

Best practice

Ensure every ARIA dialog and alertdialog node has an accessible name

serious

Issue Tags: cat.aria best-practice

# Issue Description To solve this violation, you need to...
1

Element location

.Dialog-module-dialogWrapper-iNUwP

Element source

<div data-testid="dialog" role="alertdialog" aria-modal="true" class="Dialog-module-dialogWrapper-iNUwP Dialog-module-isShown-6zbV5">

Fix any of the following:

  • 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