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
// aria-label and aria-labelledy are not allowed on elements
// without roles, but if the element has text content then
// we will return undefined as a screen reader will read
// the text content
It seems that _renderCheckboxAction function renders a label that does not have an ARIA role according to getRoles of axe-core.
Basically, axe-core 4.2.0 code states that
It seems that
_renderCheckboxAction
function renders a label that does not have an ARIA role according togetRoles
of axe-core.JFYI @bemailloux @johngwilkinson
The text was updated successfully, but these errors were encountered: