Skip to content

Fix accessibility of alert table#2726

Merged
robertbrignull merged 3 commits intomainfrom
koesie10/fix-alert-table-accessibility
Aug 21, 2023
Merged

Fix accessibility of alert table#2726
robertbrignull merged 3 commits intomainfrom
koesie10/fix-alert-table-accessibility

Conversation

@koesie10
Copy link
Copy Markdown
Member

@koesie10 koesie10 commented Aug 18, 2023

This fixes the accessibility linting violations of the AlertTable component. The violations are present on the dropdown cell <td> components. This replaces them by <td><button> so that the clickable behavior is on the button instead of the td.

It's easiest to review this commit-by-commit.

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

@koesie10 koesie10 marked this pull request as ready for review August 18, 2023 11:59
@koesie10 koesie10 requested a review from a team as a code owner August 18, 2023 11:59
@koesie10 koesie10 requested a review from a team August 18, 2023 12:10
Copy link
Copy Markdown
Contributor

@norascheuch norascheuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 looks good! (Haven't tested)

Copy link
Copy Markdown
Contributor

@robertbrignull robertbrignull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM too

@robertbrignull robertbrignull merged commit 2f4eed4 into main Aug 21, 2023
@robertbrignull robertbrignull deleted the koesie10/fix-alert-table-accessibility branch August 21, 2023 10:04
@robertbrignull robertbrignull mentioned this pull request Aug 21, 2023
3 tasks
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

Successfully merging this pull request may close these issues.

3 participants