[Product card] Product state missing from heading announcement #1268
Labels
Category: Accessibility
Bugs found while using assistive technology
Critical Path: 1
Affects all merchants/buyers
Effort: Low
Severity: 3
Normal/Low Severity
Issue summary
When navigating via headings alone, product state such as "sold out" or "sale" is not included as part of the heading announcement.
Without front-loading these details, a screen reader user would need to click into the pdp and discover the product state after navigating through this content.
Screenshots
Current code
HTML
Steps to reproduce
Behavior
Expected
Actual
Recommendation
id
to each heading link.id
to each product state badge.aria-labelledby
attribute to each heading link, setting its value to reference its ownid
then theid
of the state badge.These changes will front-load the product state with the card heading announcement.
Recommended code
HTML
Specifications
The text was updated successfully, but these errors were encountered: