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
@nikkimk either it's our fault and internals controller is broken, or it's the browser, or it's a polyfill bug. we should first see if there's a new version of the polyfill. then we should try it on various browsers with the polyfill NOT included and see if that helps.
We should also try this with internals controller, since switch was written before the controller was.
worst case is that browsers aren't exposing this info to AT, in which case there's not much to be done about it other than throw up our hands and sprout attrs.
Description of the issue
The
pf-switch
is missing the required aria-checked attribute.https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/checkbox_role
Impacted component(s)
Steps to reproduce
Expected behavior
There should be an aria-checked attribute present indicating the state of the switch since the switch has a role of checkbox.
Screenshots
The text was updated successfully, but these errors were encountered: