Skip to content
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

Flip Cards on Hover #240

Open
buddy-harlow opened this issue Jul 26, 2024 · 1 comment
Open

Flip Cards on Hover #240

buddy-harlow opened this issue Jul 26, 2024 · 1 comment
Labels
a11y Affects accessibility.

Comments

@buddy-harlow
Copy link
Collaborator

buddy-harlow commented Jul 26, 2024

Location: https://www.bixal.com/

Repeated/duplicate headings

  • Every card heading (h3) is listed twice, see the ANDI screenshot below.

The revealed content (from flip) is not keyboard accessible.

  • Hover functionality is only available with mouse.
  • Fails the dismissible criteria of WCAG SC 1.4.13 (AA)

Suggestion

Removing/disabling the flip transition and only having the back of the cards be present.

@buddy-harlow buddy-harlow added the a11y Affects accessibility. label Jul 26, 2024
@buddy-harlow
Copy link
Collaborator Author

Notes: Potentially fix with focus and tab index of -1, quick fix removing H3 and making a div, make div article and inner divs from and back a section with aria label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Affects accessibility.
Projects
None yet
Development

No branches or pull requests

1 participant