-
Notifications
You must be signed in to change notification settings - Fork 1
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
focus-visible code is missing #127
Labels
Comments
blackfalcon
added
Type: Bug
Bug or Bug fixes
not-reviewed
Issue has not been reviewed by Auro team members
auro-checkbox
labels
Mar 12, 2024
Patrick-Daly-AA
removed
the
not-reviewed
Issue has not been reviewed by Auro team members
label
Mar 15, 2024
jordanjones243
added a commit
that referenced
this issue
Apr 29, 2024
jordanjones243
added a commit
that referenced
this issue
Apr 29, 2024
6 tasks
jordanjones243
added a commit
that referenced
this issue
May 1, 2024
jordanjones243
added a commit
that referenced
this issue
May 10, 2024
jason-capsule42
pushed a commit
that referenced
this issue
May 10, 2024
blackfalcon
pushed a commit
that referenced
this issue
May 10, 2024
# [3.0.0](v2.1.8...v3.0.0) (2024-05-10) ### Bug Fixes * **border:** update focus border styles [#127](#127) ([9d10251](9d10251)) ### Features * **library:** add auro-library functionality to repo ([99ee3c6](99ee3c6)) * **validation:** implement formvalidation repo [#129](#129) ([c8a45be](c8a45be)) ### Performance Improvements * **deps:** update dependencies ([88e0b3b](88e0b3b)) * **validation:** update validation logic for checkbox border [#129](#129) ([4b85ab1](4b85ab1)) * **validity:** update tests and validation for error and required [#129](#129) ([0b833e5](0b833e5)) ### BREAKING CHANGES * **validation:** The individual component validation, as well as support for individual checkboxes using the required attribute has been removed.
Re-opening this ticket, as the change in the v3.0 was incorrect: The change should involve the |
This was fixed as part of the theme work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please verify the version of auro-checkbox you have installed
@latest
Please describe the bug
Notice that you are not seeing any UI feedback from tabbing onto any of the check box items.
Reproducing the error
This issue is reproducible on the Auro docsite
Expected behavior
All interactive elements should support
:focus-visible
as an accessible interactive affordance on the element.What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Additional context
It appears that with a large CSS refactor the
.focus-visible
selector was deleted versus being refactored to support the:focus-visible
pseudo selector.https://github.com/AlaskaAirlines/auro-checkbox/pull/114/files#diff-f1b002481f489a1e54abd539b444b29f9b5f909946f4fe17344c5a266a0ff6d1
Exit criteria
This issue can be closed once the checkbox element illustrates the proper UI feedback when tabbing to the element on a page.
The text was updated successfully, but these errors were encountered: