Add aria-label to icon-only playback buttons#3495
Merged
MonkeyDo merged 1 commit intometabrainz:masterfrom Jan 13, 2026
Merged
Conversation
MonkeyDo
approved these changes
Jan 13, 2026
Member
MonkeyDo
left a comment
There was a problem hiding this comment.
Thanks for improving this :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Icon-only controls in the music player (play, pause, next, previous, feedback, etc.) do not currently expose an accessible name to assistive technologies. Although a title attribute is present, it is not reliably used by screen readers as the button’s label, which makes these controls difficult or impossible to identify for users relying on accessibility tools.
Solution
PlaybackControlButton already receives a human-readable title for every control. This change reuses that value to set aria-label on the underlying , ensuring that all playback controls have a proper accessible name. The change is limited to a single shared component and does not affect visual appearance or behavior.
Action
No additional action is required. This change is safe to merge as-is.