Comment thread actions: hover-only controls and unlabeled buttons in ThreadsSidebar #2791
Ovgodd
started this conversation in
Ideas & Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm opening a discussion about comment thread actions accessibility
In the comments sidebar, each thread has emoji and options buttons in the comment header. Two issues:
1. Hover-only controls
These buttons only appear on mouse hover. Without hovering first, they are not reachable by keyboard (Tab).
2. Unlabeled buttons
If buttons are made visible via hover, Tab can reach them but the screen reader announces only
boutonwith no accessible name:boutonboutonModifier le commentaire,Supprimer le commentaire✅Menu items are fine; trigger buttons are not.
Describe the solution you'd like
:focus-within, not only:hover.aria-labelon emoji and options buttons (e.g. "Add reaction", "Comment options").Beta Was this translation helpful? Give feedback.
All reactions