-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
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
[ui-shell]: IBM Accessibility violation error #10918
Labels
accessibility
Has accessibility requirement
bug
Something isn't working
dev
Needs some dev work
package: carbon web components
severity 3
Affects minor functionality, has a workaround
Comments
kodiakhq bot
pushed a commit
that referenced
this issue
Oct 26, 2023
### Related Ticket(s) Closes #10918 ### Description The bx-side-nav-menu-item tag in UI Shell component throws accessibility error. ### Changelog **Changed** - Added role attribute value button to the element. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) --> <img width="1696" alt="Screenshot 2023-10-17 at 3 51 06 PM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/58620134/e4264482-547e-4bc0-bc18-6bb5dde8b785">
kennylam
pushed a commit
that referenced
this issue
Oct 28, 2023
### Related Ticket(s) Closes #10918 ### Description The bx-side-nav-menu-item tag in UI Shell component throws accessibility error. ### Changelog **Changed** - Added role attribute value button to the element. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) --> <img width="1696" alt="Screenshot 2023-10-17 at 3 51 06 PM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/58620134/e4264482-547e-4bc0-bc18-6bb5dde8b785">
kennylam
pushed a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Dec 4, 2023
) ### Related Ticket(s) Closes carbon-design-system#10918 ### Description The bx-side-nav-menu-item tag in UI Shell component throws accessibility error. ### Changelog **Changed** - Added role attribute value button to the element. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) --> <img width="1696" alt="Screenshot 2023-10-17 at 3 51 06 PM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/58620134/e4264482-547e-4bc0-bc18-6bb5dde8b785">
kennylam
pushed a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Jun 11, 2024
) ### Related Ticket(s) Closes carbon-design-system#10918 ### Description The bx-side-nav-menu-item tag in UI Shell component throws accessibility error. ### Changelog **Changed** - Added role attribute value button to the element. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) --> <img width="1696" alt="Screenshot 2023-10-17 at 3 51 06 PM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/58620134/e4264482-547e-4bc0-bc18-6bb5dde8b785">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
accessibility
Has accessibility requirement
bug
Something isn't working
dev
Needs some dev work
package: carbon web components
severity 3
Affects minor functionality, has a workaround
Description
The bx-side-nav-menu-item tag from the UI Shell component is throwing the following accessibility error:
Violation
It seems the problem can be fixed when I assign those tags the role="button".
Component(s) impacted
UI Shell Component
bx-side-nav-menu-item tag
Browser
Chrome, Microsoft Edge
Carbon for IBM.com version
v1.31.0
Severity
Severity 3 = The problem is visible or noticeable to users but does not impede the usability or functionality. Affects minor functionality, has a workaround.
Application/website
Legal Entity Repository, can be found in storybook itself
Package
@carbon/web-components
CodeSandbox example
Don't have
Steps to reproduce the issue (if applicable)
Release date (if applicable)
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: