You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wcm-modal component does not pass accessibility standards for dialogs because it is missing an aria-label. I ran an accessibility test using Google Lighthouse and it raised this issue.
What problem does this new feature solve?
The wcm-modal component does not pass accessibility standards for dialogs because it is missing an
aria-label
. I ran an accessibility test using Google Lighthouse and it raised this issue.Here is a reference to the accessibility standard https://dequeuniversity.com/rules/axe/4.9/aria-dialog-name
Describe the solution you'd like
Add an
aria-label
property to thewcm-modal
component to satisfy accessibility requirements for users with screen readers.The text was updated successfully, but these errors were encountered: