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

investigation: accessibility violations reported by axe #2452

Closed
26 tasks done
unekinn opened this issue Sep 18, 2024 · 0 comments · Fixed by #2400
Closed
26 tasks done

investigation: accessibility violations reported by axe #2452

unekinn opened this issue Sep 18, 2024 · 0 comments · Fixed by #2400
Assignees
Labels
🕵️ investigate Needs investigation

Comments

@unekinn
Copy link
Contributor

unekinn commented Sep 18, 2024

We should go through these stories and determine why we get accessibility violations.

Find the story in Storybook, and open the Accessibility tab to see each violation in context

image

Reported accessibility violations in these files / stories

Checked tasks have been fixed in #2400

Violations we will ignore

These violations are examples of invalid usage of components, but these stories only exist to test sizing/alignment, so we don't want to do the work to add correct aria attributes.

  • packages/react/stories/testing.stories.tsx
    story: MediumRow
  • packages/react/stories/testing.stories.tsx
    story: SmallRow
  • packages/react/stories/testing.stories.tsx
    story: LargeRow
  • packages/react/stories/testing.stories.tsx
    story: SmallCol
  • packages/react/stories/testing.stories.tsx
    story: MediumCol
  • packages/react/stories/testing.stories.tsx
    story: LargeCol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕵️ investigate Needs investigation
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant