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
WAI-ARIA allows multiple roles to be specified as an ordered set of space-separated valid role tokens. The additional roles are fallback roles similar to the concept of specifying multiple fonts in case the first choice font type is not supported.
The ARIA hidden element must not contain focusable elements happens because Material UI adds aria-hidden=true to elements outside the modal, but one of the divs with aria-hidden=true contains an element with tabindex=0 which causes this error. There's an issue opened with axe-core discussing if this is a false positive: dequelabs/axe-core#1482
I think there's nothing we can do to fix these right now.
https://tourmaline-salsa.glitch.me/
https://webhint.io/scanner/e5e3ec29-d41a-4bbb-92e0-189d3c70986b
Most of them can be fixed with alt tags and starker contrast.
The text was updated successfully, but these errors were encountered: