[GH-ISSUE #4577] The chat bot have unlabelled buttons and the screen reader doesn't recognize them. #13661

Closed
opened 2026-04-19 20:19:17 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @sarperarikan on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4577

The chat bot screen should have labelled buttons such as message send, Listen by TTS, Speech now. You can use aria-label techniques for them.
Best practice usage is;
Send Message

Originally created by @sarperarikan on GitHub (Aug 13, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/4577 The chat bot screen should have labelled buttons such as message send, Listen by TTS, Speech now. You can use aria-label techniques for them. Best practice usage is; <button type="button" accesskey="s" aria-label="Send a message">Send Message</button>
Author
Owner

@tjbck commented on GitHub (Aug 13, 2024):

#2790 PR welcome!

<!-- gh-comment-id:2286639812 --> @tjbck commented on GitHub (Aug 13, 2024): #2790 PR welcome!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#13661