-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ML] [Accessibility] Add job ID to select row checkbox aria-label in Jobs List #40149
[ML] [Accessibility] Add job ID to select row checkbox aria-label in Jobs List #40149
Conversation
Pinging @elastic/ml-ui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💔 Build Failed |
💔 Build Failed |
retest |
💚 Build Succeeded |
…Jobs List (elastic#40149) * [ML] [Accessibility] Add job ID to select row checkbox in Jobs List * [ML] Add job ID to cannot select checkbox message in Jobs List row * [ML] Update translations files for select job checkbox
💚 Build Succeeded |
Summary
Adds the job ID to the
aria-label
of the 'select row' checkbox in the Jobs List.This makes use of the
selectableMessage
method to construct a proper title and aria-label attributes that was added in elastic/eui#2043Tested with NVDA screenreader.
Checklist
For maintainers
Fixes #28390