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
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
WCAG 2.1 (Level AA) introduced criterion 2.4.11: Focus Visible (Enhanced) which raises the WCAG 2 (Level A) 2.4.7: Focus Visible criterion standard of when a user interface element displays a visible keyboard focus that it's color contrast ratio be at least 3:1 or thickness of at least 2 CSS pixels.
All interactive terra elements have a visible keyboard focus style present, but not tested to see if they meet automated AXE testing for the 2.4.7 / 2.4.11 criterion. All components in tera-core need to be audited and provide updated styling as needed, as well as adding any appropriate additional tests for confirmation of pass/fail.
.
Reference Context / Screenshots
Example: focus styling for terra-button does not meet the color contrast ratio or thickness rule when tested:
Example: focus styling for an Icon Button using the information icon:
Solution
Audit, Add testing, and UX to provide appropriate changes to all components in terra-core
Components affected:
TODO: list out each component needing update here...
This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in seven days if no further activity occurs. Thank you for your contributions.
Feature Request
Description
WCAG 2.1 (Level AA) introduced criterion 2.4.11: Focus Visible (Enhanced) which raises the WCAG 2 (Level A) 2.4.7: Focus Visible criterion standard of when a user interface element displays a visible keyboard focus that it's color contrast ratio be at least 3:1 or thickness of at least 2 CSS pixels.
All interactive terra elements have a visible keyboard focus style present, but not tested to see if they meet automated AXE testing for the 2.4.7 / 2.4.11 criterion. All components in
tera-core
need to be audited and provide updated styling as needed, as well as adding any appropriate additional tests for confirmation of pass/fail..
Reference Context / Screenshots
Example: focus styling for
terra-button
does not meet the color contrast ratio or thickness rule when tested:Example: focus styling for an Icon Button using the information icon:
Solution
Audit, Add testing, and UX to provide appropriate changes to all components in terra-core
Components affected:
Related Issues
add related issue numbers
The text was updated successfully, but these errors were encountered: