mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #21708] [MERGED] fix(a11y): add aria-labels to chat message components #65082
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21708
Author: @Classic298
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/22/2026
Merged by: @tjbck
Base:
dev← Head:a11y/aria-labels-chat-messages📝 Commits (1)
4d2dec6fix(a11y): add aria-labels to chat message components📊 Changes
10 files changed (+31 additions, -15 deletions)
View changed files
📝
src/lib/components/chat/ContentRenderer/FloatingButtons.svelte(+3 -0)📝
src/lib/components/chat/Messages/Citations.svelte(+3 -0)📝
src/lib/components/chat/Messages/Citations/CitationModal.svelte(+1 -0)📝
src/lib/components/chat/Messages/Markdown/Source.svelte(+4 -0)📝
src/lib/components/chat/Messages/Markdown/SourceToken.svelte(+1 -0)📝
src/lib/components/chat/Messages/RateComment.svelte(+3 -0)📝
src/lib/components/chat/Messages/ResponseMessage/FollowUps.svelte(+4 -6)📝
src/lib/components/chat/Messages/ResponseMessage/RegenerateMenu.svelte(+8 -7)📝
src/lib/components/chat/Messages/ResponseMessage/StatusHistory.svelte(+2 -0)📝
src/lib/components/chat/Messages/ResponseMessage/WebSearchResults.svelte(+2 -2)📄 Description
Add aria-labels, aria-expanded, and semantic improvements to:
WCAG: 4.1.2 (Name, Role, Value), 2.1.1 (Keyboard), 1.1.1 (Non-text Content)
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.