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
Thanks @rkristelijn for the issue and the pull request ! Sharing some updates about this issue
The pull request got merged and all the validations pre publish are done. Please update your project to use ngx-skeleton-loader@2.10.1 to get this issue fixed and enjoy!
Closing this issue for now. Once again, thanks @rkristelijn !
I'm submitting a ... (check one with "x")
Current behavior
When running axe-core on the demo application of this repository, you will get the following errors:
Impact: serious
Issue Tags: cat.aria, wcag2a, wcag111
Issue Description: Ensures every ARIA progressbar node has an accessible name
Axe-core: 4.2.3
This is caused by missing
aria-label
on the<span>
element.Expected behavior
When running ngx skeleton loader I would expect no accessibility issues.
Reproduction of the problem
clone the repo,
npm i
,npm start
, run the axe-core plugin.What is the motivation / use case for changing the behavior?
Accessibility doesn't need a business case. An inaccessible app is a broken app.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: