You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout - Confirmation / Create an Account
Sign In
Account - Order History
With JAWS operating, press Tab to move through the fields identified.
Actual Behavior
There are form fields with visible labels that are not programmatically associated with the input; these inputs have no accessible name.
Examples include:
Module 01a - Global Header:
Search (visible text beneath the search input "Search for a product" is not a element and is not programmatically associated with the input)
Module 06c - Checkout - Confirmation / Create an Account
(Note - the following form fields refer to "Quick Checkout When You Return")
Visible elements lack for attributes to associate them with their inputs, including:
First Name
Last Name
Email
Password
Module 07 - Sign In:
Visible elements lack for attributes to associate them with their inputs, including:
Email
Password
Expected Behavior
Ensure all controls provide a descriptive accessible name. Ensure visible elements are correctly associated with their inputs using the for attribute.
This issue is automatically created based on existing pull request: #3786: AC-2788::Form fields have visual labels that are not programmatically…
Description
Form fields have visual labels that are not programmatically associated with their inputs (pattern: Form field(s) lack accessible name)
Reproduction Steps
Locations (representative sample):
Global Header
Sign In
Account - Order History
Actual Behavior
There are form fields with visible labels that are not programmatically associated with the input; these inputs have no accessible name.
Examples include:
Module 01a - Global Header:
Search (visible text beneath the search input "Search for a product" is not a element and is not programmatically associated with the input)
Module 06c - Checkout - Confirmation / Create an Account
(Note - the following form fields refer to "Quick Checkout When You Return")
Visible elements lack for attributes to associate them with their inputs, including:
First Name
Last Name
Email
Password
Module 07 - Sign In:
Visible elements lack for attributes to associate them with their inputs, including:
Email
Password
Expected Behavior
Ensure all controls provide a descriptive accessible name. Ensure visible elements are correctly associated with their inputs using the for attribute.
Related Issue
Closes https://jira.corp.magento.com/browse/AC-2788.
Verification Steps
Checklist
The text was updated successfully, but these errors were encountered: