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

[v4] Improve accessibility for icon-only buttons #5899

Closed
SebastianEberlein-JUNO opened this issue Nov 1, 2023 · 1 comment · Fixed by #6556
Closed

[v4] Improve accessibility for icon-only buttons #5899

SebastianEberlein-JUNO opened this issue Nov 1, 2023 · 1 comment · Fixed by #6556
Assignees
Labels
type: a11y 👐 Concerns a change that would make it more accessible to more people
Milestone

Comments

@SebastianEberlein-JUNO
Copy link

SebastianEberlein-JUNO commented Nov 1, 2023

Description

Icon-only buttons get a title attribute, which is helpful for mouse interaction. But they also rather need an aria-label for better accessibility.

It is also not possible to add an aria-label to a <k-button> in a custom panel plugin. Probably because this attribute is not passed to the <component>?

Your setup

Kirby 4 beta 2

@SebastianEberlein-JUNO SebastianEberlein-JUNO changed the title [v4] Improve accessiblity for icon-only buttons [v4] Improve accessibility for icon-only buttons Nov 1, 2023
@distantnative distantnative added the type: a11y 👐 Concerns a change that would make it more accessible to more people label Nov 5, 2023
@distantnative distantnative self-assigned this Jul 22, 2024
@distantnative distantnative linked a pull request Jul 22, 2024 that will close this issue
4 tasks
@bastianallgeier bastianallgeier added this to the 4.4.0 milestone Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: a11y 👐 Concerns a change that would make it more accessible to more people
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants