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
{{ message }}
This repository has been archived by the owner on May 20, 2022. It is now read-only.
Nelle verifiche di validazione con il plugin "siteimprove" del browser Chrome si ottengono errori di validazione in tutti gli item dei menu poiché un gruppo creato con il ruolo WAI-ARIA role = "group" o role = "radiogroup" non ha un nome.
Nel file IWT.min.js alla riga 14 c'è
a.attr({role:"group","aria-expanded":!1,"aria-hidden":!0})
Bisognerebbe utilizzare l'attributo WAI-ARIA 'aria-label' o 'aria-labelledby' per nominare il gruppo, o cancellare l'attributo.
.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Nelle verifiche di validazione con il plugin "siteimprove" del browser Chrome si ottengono errori di validazione in tutti gli item dei menu poiché un gruppo creato con il ruolo WAI-ARIA role = "group" o role = "radiogroup" non ha un nome.
Nel file IWT.min.js alla riga 14 c'è
a.attr({role:"group","aria-expanded":!1,"aria-hidden":!0})
Bisognerebbe utilizzare l'attributo WAI-ARIA 'aria-label' o 'aria-labelledby' per nominare il gruppo, o cancellare l'attributo.
.
The text was updated successfully, but these errors were encountered: