-
Notifications
You must be signed in to change notification settings - Fork 360
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
Tri-State Checkbox Example: Restore Focus Appearance and Update Code Style #1801
Conversation
…ved accessibility documentation
@nschonni The How does this get fixed? |
I think the |
That fixed it, thanks! |
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.
Tests failed with 2 unhandled rejections in test/tests/menubar_menubar-navigation.js.
I did not touch the navigation menubar code, so I am not sure why the navigation menubar example/tests would be affected by my changes. It looks to me all the regression test are passing now. Is there still an issue? |
…ved accessibility documentation
f6cc523
to
c382f33
Compare
I've rebased this on |
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 look good, but with HCM Black and Chrome, it seems like the first checkbox (All Condiments) is not taking on the selected color in Windows settings - the bottom ones (Individual Condiments) do. So perhaps just one thing missing from the mixed checkbox. Not a blocker though, it's still white on black, and nothing is missing!
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.
@jongund, I corrected some of the obvious copy/paste issues in the accessibility features, e.g., changed mentions of radio to checkbox, but there is still some incorrect text.
I was looking at the mixed 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-mixed.html
.event.keyCode
toevent.key
in event handlers.Review checklist