Skip to content
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 in menu component #12914

Open
MonishaK28 opened this issue Jan 10, 2025 · 0 comments
Open

Accessibility issue in menu component #12914

MonishaK28 opened this issue Jan 10, 2025 · 0 comments

Comments

@MonishaK28
Copy link

In the menu component => https://sap.github.io/fundamental-ngx/#/core/menu
The role for the menu-item which is a list-item is defined as "menu" which raises ambiguity. This should be revised to menu-list-item or similar.

Image

Is this a bug, enhancement, or feature request?
bug

Describe your proposal.
change the role type of fd-menu-item from "menu" to something like "menu-list-item" to differentiate it from the menu itself.

Can you handle that on the application side
no, the fd-menu-item is on the library side only.

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular 17
ngx fundamental 50 and 53.2 (still the case in most current version)

If this is a bug, please provide steps for reproducing it; the exact components you are using;

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
change the role type of menu list item from "menu" to something like "menu-list-item" to differentiate it from the menu itself.

Did you check the documentation and the API?
yes

Did you search for similar issues?
no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant