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

[TSDoc> Hamburger button]: Ensures every ARIA button, link and menu item has an accessible name (.waffle_FRnN) #221

Open
Raisul123 opened this issue Mar 15, 2024 · 0 comments
Labels
A11ySev3 Accessibility severity A11yWcag Wcag accessibility violation bug Something isn't working as intended HCL-TSDoc product tag tracking accessibility testing ms accessibility Issues filed by Microsoft as part of an effort to audit websites and improve their accessibility

Comments

@Raisul123
Copy link
Collaborator

Test Environment:
OS Version: 24H2 (OS Build 26080.1400)
Browser: Edge Dev Version 124.0.2450.2 (Official build) dev (64-bit)
URL: https://tsdoc.org/
Screen reader: Narrator.

Repro Steps:

  1. Open the above URL in edge dev browser.
  2. Run Accessibility insights for web.
  3. Observe the issue.

Actual Result:
link and menu item does not have accessible name.

Issue: Ensures every ARIA button, link and menu item has an accessible name (aria-command-name - https://dequeuniversity.com/rules/axe/4.7/aria-command-name?application=msftAI)

Expected Result:
Ensures every ARIA button, link and menu item has an accessible name (aria-command-name - https://dequeuniversity.com/rules/axe/4.7/aria-command-name?application=msftAI)

How to fix:
Fix any of the following:
Element does not have text that is visible to screen readers.
aria-label attribute does not exist or is empty.
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty.
Element has no title attribute.

Snippet: div role="button" class="waffle_FRnN waffleInteraction_uHqh">

User Impact:
Screen reader user will get impacted as user will not get the information of Hamburger button.

WCAG Reference Link:
https://www.w3.org/WAI/WCAG21/Understanding/name-role-value

Have feedback to share on Bugs ? please tag bug as “A11yRCA” and add your feedback in the comment section

Attachment:
AI tool-TSDocs-Link and menu item has an accessible name
TSDocs-Link and menu item has an accessible name

@Raisul123 Raisul123 added bug Something isn't working as intended ms accessibility Issues filed by Microsoft as part of an effort to audit websites and improve their accessibility HCL-TSDoc product tag tracking accessibility testing A11yWcag Wcag accessibility violation A11ySev3 Accessibility severity labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A11ySev3 Accessibility severity A11yWcag Wcag accessibility violation bug Something isn't working as intended HCL-TSDoc product tag tracking accessibility testing ms accessibility Issues filed by Microsoft as part of an effort to audit websites and improve their accessibility
Projects
None yet
Development

No branches or pull requests

1 participant