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

Issue in siteimprove: Scrollable element is not keyboard accessible #2478

Closed
meols opened this issue Aug 22, 2024 · 3 comments
Closed

Issue in siteimprove: Scrollable element is not keyboard accessible #2478

meols opened this issue Aug 22, 2024 · 3 comments
Assignees
Labels
🛠 technical Technical stuffs like reducing debt, refactor or improve code base

Comments

@meols
Copy link
Collaborator

meols commented Aug 22, 2024

Please see this report in Siteimprove, where we can gain 1,5 points for fixing the issue:
https://my2.siteimprove.com/Accessibility/550893/NextGen/Issue/1?conformance=&pageSegments=&ruleName=sia-r84&ruleId=84&issueKind=1&exceptTags=1,2&siteTarget.conformanceLevels=0,1,3

@BorghildSelle
Copy link
Contributor

BorghildSelle commented Aug 26, 2024

Search for elements with overflow and set tabindex 0 on them.
You will get lint error, but as in the documentation for the lint rule:https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/a08fbcc502d6a6fa7d01a48c5f0b895c61e8cdd5/docs/rules/no-noninteractive-tabindex.md#case-shouldnt-i-add-a-tabindex-so-that-users-can-navigate-to-this-item
you can disable this rule

@BorghildSelle BorghildSelle self-assigned this Sep 3, 2024
@meols
Copy link
Collaborator Author

meols commented Oct 29, 2024

@BorghildSelle - anything to test for this?

@BorghildSelle
Copy link
Contributor

@meols No, more techincal and have verified in staging :)

@BorghildSelle BorghildSelle added the 🛠 technical Technical stuffs like reducing debt, refactor or improve code base label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 technical Technical stuffs like reducing debt, refactor or improve code base
Projects
None yet
Development

No branches or pull requests

2 participants