-
Notifications
You must be signed in to change notification settings - Fork 435
Accessibility Issue fixes for the MenuList Header Items #3179
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
Accessibility Issue fixes for the MenuList Header Items #3179
Conversation
Thanks for opening this pull request! 💯 This is a community-driven project, and we can't do it without your participation. Please check out our contributing guidelines and review the Contributor Checklist if you haven't already, to make sure everything is squared away. CircleCI will take about 10 minutes to run through the same items that are on the Contributor checklist with a pass/fail check below. Please fix any issues that cause CircleCI to fail or ask for clarification--we try, but sometimes the errors can be unclear. |
Thanks for the contribution! It looks like @shrivastavaajit is an internal user so signing the CLA is not required. However, we need to confirm this. |
@shrivastavaajit Thanks for looking into fixing this. The best fix is present in the component blueprints. Please update to that.
I'm unsure about the From a coding perspective, if we introduce nested lists then the updated nested unordered lists might require changes to menu list to get the additional I looked at the Lightning Components and it looks like this same issue might be a bug in their library still, too. https://developer.salesforce.com/docs/component-library/bundle/lightning-menu-subheader/example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
@shrivastavaajit Thank you for your contribution! |
Congrats on merging your first pull request to Design System React! 🎉 |
Fixes #
Work Item: W-13840369
Additional description
CONTRIBUTOR checklist (do not remove)
Please complete for every pull request
npm run lint:fix
has been run and linting passes.components/component-docs.json
CI tests pass (npm test
).REVIEWER checklist (do not remove)
components/component-docs.json
tests.Required only if there are markup / UX changes
last-slds-markup-review
inpackage.json
and push.last-accessibility-review
, topackage.json
and push.npm run local-update
within locally cloned site repo to confirm the site will function correctly at the next release.