Closed CarlEricLavoie closed 3 years ago
Aria-labels and other hidden attributes should be translated. As of now those attributes are hardcoded in the HTM.
see : https://github.com/SAP/cloud-commerce-spartacus-storefront/blob/develop/projects/storefrontlib/src/cms-components/product/product-list/container/product-list.component.html
as an example.
Aria-labels should be translated using the i18n mechanism.
We plan to handle ARIA-labels/attributes in the future, when we implement more accessibility features. Currently we don't handle them at all.
Aria-labels and other hidden attributes should be translated. As of now those attributes are hardcoded in the HTM.
see : https://github.com/SAP/cloud-commerce-spartacus-storefront/blob/develop/projects/storefrontlib/src/cms-components/product/product-list/container/product-list.component.html
as an example.
Environment Details
Expected Results
Aria-labels should be translated using the i18n mechanism.