-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
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
Checkbox Example: Restore focus styling, add accessibility features documentation, and implement current code guide practices #1802
Conversation
…ing features that were removed
@nschonni |
Looks like a random hiccup to me in the general install step. I'd suggest trying to restart the job if you have permission |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with Firefox/Chrome and NVDA/JAWS latest. HCM Black and White looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review and test review done, looks good to me.
Rebased and resolved merge conflicts in |
…nd updated accessibility features documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editorial review complete. Good to ship. Thank you @jongund for this PR.
I was looking at the checkbox example and I noticed that at some point the accessibility features related to visual focus styling had been removed. I have have updated the example and also added accessibility documentation on the visual focus and hover styling improvements for accessibility.
Preview Link
Changes:
checkbox.html
(NOTE: the mixed checkbox example will use thecheckbox-mixed.html
file name).event.keyCode
toevent.key
in event handlers.Review checklist