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
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.
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: