[TSDoc> Hamburger button]: Ensures every ARIA button, link and menu item has an accessible name (.waffle_FRnN) #221
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
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:
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:
The text was updated successfully, but these errors were encountered: