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
We have several menus in the UI and no common Menu component, e.g.:
We should create a Menu component that is keyboard accessible and shows focus state appropriately.
This can then be placed in to the above places to help address accessibility issues, rather than fixing them multiple times.
Check w3c guidelines for correct behaviour of a menu:
(Note, these seem to be contradictory, so need to make sure we have the correct pattern)
The text was updated successfully, but these errors were encountered:
From my work done on accessibility so far, there are some items to replace after this component is created:
ActionMenu
Will keep editing this list as my work on accessibility progresses
Sorry, something went wrong.
rak-phillip
No branches or pull requests
We have several menus in the UI and no common Menu component, e.g.:
We should create a Menu component that is keyboard accessible and shows focus state appropriately.
This can then be placed in to the above places to help address accessibility issues, rather than fixing them multiple times.
Check w3c guidelines for correct behaviour of a menu:
(Note, these seem to be contradictory, so need to make sure we have the correct pattern)
The text was updated successfully, but these errors were encountered: