-
Notifications
You must be signed in to change notification settings - Fork 683
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
AC-2479::Visual text label does not match accessible name. (Global He… #3932
Conversation
|
@magento create issue from PR |
Hi @glo82145 - This looks good, thank you. Would you look at & resolve the conflicting files please? |
run cypress |
Successfully started codebuild job for |
run cypress @snapshot |
Successfully started codebuild job for |
QA Approved. |
…ader)
Description
Reproduction Steps
[NODE][body>div:nth-of-type(1)>:nth-child(1)>:nth-child(2)]
Actual Behavior
The following buttons have visible text that does not match the button's accessible name:
Header - Visible label "Sign In"; Accessible name "Toggle My Account Menu"
Navigation Menu - Visible label "Sign In"; Accessible name "Account Sign In" (Note - this instance is advisory only since the accessible name contains the visible label text; however it is preferable for the accessible name to start with the visible text.)
When the accessible name of a control does not include the visible text label, users of speech input software may be unable to access the control directly.
Expected Behavior
Ensure the visible text label of a control is included in the control's accessible name. It is highly recommended that the accessible name start with the visible label text.
Related Issue
Closes #https://jira.corp.adobe.com/browse/AC-2479
Acceptance
Verification Stakeholders
Specification
Verification Steps
Test scenario(s) for direct fix/feature
Test scenario(s) for any existing impacted features/areas
Test scenario(s) for any Magento Backend Supported Configurations
Is Browser/Device testing needed?
Any ad-hoc/edge case scenarios that need to be considered?
Screenshots / Screen Captures (if appropriate)
Breaking Changes (if any)
Checklist
Resolved issues: