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

Icon toolbar button has no accessibility name #16263

Closed
fcollonval opened this issue Apr 29, 2024 · 0 comments · Fixed by #16262
Closed

Icon toolbar button has no accessibility name #16263

fcollonval opened this issue Apr 29, 2024 · 0 comments · Fixed by #16262

Comments

@fcollonval
Copy link
Member

Description

Toolbar buttons without label have no accessibility name because the title is set in the container web-component and not in the element with role button within the element.

Reproduce

Look at the accessibility tree for a toolbar icon button in a web browser - here the file browser refresh button in Firefox for Lab 4.1.2

image

Expected behavior

The element with role button is named using the title when the label is unset.

Context

  • Operating System and version: Debian
  • Browser and version: Firefox 115
  • JupyterLab version: 4.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants