We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabbing to the close button of an alert is simply announced as 'clickable'. There is no text, aria-label and there is no role defined.
To fix the issue the icon-close-container div should have aria-label="Dismiss alert" and role="button".
icon-close-container
role="button"
I tested this URL: https://modus-web-components.trimble.com/?path=/docs/components-alert--default with NVDA on Windows 11.
Windows
Microsoft Edge
@trimble-oss/modus-web-components
v.0.13.0
Medium
Modus
Yes
https://modus-web-components.trimble.com/
The text was updated successfully, but these errors were encountered:
role
aria-label
coliff
Successfully merging a pull request may close this issue.
Prerequisites
Describe the issue
Tabbing to the close button of an alert is simply announced as 'clickable'. There is no text, aria-label and there is no role defined.
To fix the issue the
icon-close-container
div should have aria-label="Dismiss alert" androle="button"
.Reduced test cases
I tested this URL: https://modus-web-components.trimble.com/?path=/docs/components-alert--default with NVDA on Windows 11.
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Microsoft Edge
What is the issue regarding ?
@trimble-oss/modus-web-components
What version of npm package are you using ?
v.0.13.0
Priority
Medium
What product/project are you using Modus Components for ?
Modus
What is your team/division name ?
Modus
Are you willing to contribute ?
Yes
Are you using Modus Web Components in production ?
https://modus-web-components.trimble.com/
The text was updated successfully, but these errors were encountered: