We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As stated in Nicolas Steenhout's post regarding hide/how password feature, a little change could improve accessibility quite a lot: add aria-pressed attribute, being true | false — no need for the switch role, see Toggle Button's example on Inclusive Component by Heydon Pickering.
aria-pressed
true
false
switch
Thanks for such feature, it's really handy :)
The text was updated successfully, but these errors were encountered:
Added aria-pressed attribute to button
dd9cb61
Solves issue coliff#24
coliff
No branches or pull requests
As stated in Nicolas Steenhout's post regarding hide/how password feature, a little change could improve accessibility quite a lot: add
aria-pressed
attribute, beingtrue
|false
— no need for theswitch
role, see Toggle Button's example on Inclusive Component by Heydon Pickering.Thanks for such feature, it's really handy :)
The text was updated successfully, but these errors were encountered: