eBay / ebayui-core

Collection of Marko widgets; considered to be the core building blocks for all eBay components, pages & apps
https://ebay.github.io/ebayui-core/
Other
217 stars 103 forks source link

Cleanup accessibility text #1911

Open LuLaValva opened 1 year ago

LuLaValva commented 1 year ago

From discussion with Ian... we should look through all of our components and figure out which ones have English defaults for accessibility text. WAE won't catch issues if there is something there, even if that something is wrong.

EDIT: Goutham and I decided to expand on this ticket for some additional cleanup related to a11y.

List a11y attributes with bad names:

List a11y attributes that are missing defaults:

tbd

List a11y attributes that have bad storybook example text

saiponnada commented 1 year ago

For example in carousel - Continuous is hardcoded and used across ebayUI

image
saiponnada commented 1 year ago

Need to identify all the places where this dummy text needs to be removed.