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

[4.1] Missing WCAG standards for keyboard accessibility #4

Open
Krshivam25 opened this issue Jun 12, 2021 · 0 comments
Open

[4.1] Missing WCAG standards for keyboard accessibility #4

Krshivam25 opened this issue Jun 12, 2021 · 0 comments
Assignees

Comments

@Krshivam25
Copy link
Collaborator

What needs to be fixed:

Screenshot (286)_LI

Why this should be fixed: Clickable must be focusable and should have interactive semantics

How would you fix it: An element is clickable if it has an onclick event handler defined. You can make it focusable by adding a tabindex=0 attribute value to it. You can make it operable with the keyboard by defining an onkeydown event handler; in most cases, the action taken by the event handler should be the same for both types of events.

Side Effects expected: No

@Krshivam25 Krshivam25 self-assigned this Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant