vendure-ecommerce/storefront-angular-starter

Accessibility

Opened this issue · 2 comments

Nowadays web sites and web apps need to adhere to accessibility standards, such as WCAG. When I run axe devtools on the storefront demo (https://demo.vendure.io/storefront/) I get a lot of issues.

image

Since the storefront is Angular, the most of it may be easily fixed by adding linting rules for accessibility. Also adding cypress and cypress-axe can help.

sources: https://angular.io/guide/accessibility

Hi, thanks for bringing this to my attention. Although this demo is not intended to be used in real production scenarios, I agree that it makes sense to at least handle those issues that can be easily solved, so that if someone chooses to build their project based on this, then they will have a better more accessible starting point.

Assigning to @zmilan