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

Data table delete button accessibility #6431

Merged
merged 2 commits into from
Jun 12, 2023

Conversation

bhuang1323
Copy link
Contributor

Motivation for features / changes

Not recommended to put a click event on an icon because it has accessibility problems, so this change aims to address that.

Technical description of changes

Wrap the delete icon in a and have the on click component from the button and not the icon.

Screenshots of UI changes (or N/A)

N/A

Detailed steps to verify changes work correctly (as executed by you)

Alternate designs / implementations considered (or N/A)

@JamesHollyer JamesHollyer merged commit 60b613f into tensorflow:master Jun 12, 2023
14 checks passed
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.

None yet

2 participants