[PR #21709] [MERGED] fix(a11y): add aria-labels to chat core components #113538

Closed
opened 2026-05-18 13:57:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21709
Author: @Classic298
Created: 2/21/2026
Status: Merged
Merged: 2/22/2026
Merged by: @tjbck

Base: devHead: a11y/chat-core-focus-nav


📝 Commits (1)

  • 464864c fix(a11y): add aria-labels to chat core components

📊 Changes

8 files changed (+10 additions, -2 deletions)

View changed files

📝 src/lib/components/chat/ChatControls/Embeds.svelte (+1 -0)
📝 src/lib/components/chat/Controls/Controls.svelte (+1 -0)
📝 src/lib/components/chat/Overview/Node.svelte (+1 -0)
📝 src/lib/components/chat/Overview/View.svelte (+2 -0)
📝 src/lib/components/chat/Placeholder/FolderTitle.svelte (+2 -1)
📝 src/lib/components/chat/ShareChatModal.svelte (+1 -0)
📝 src/lib/components/chat/ShortcutsModal.svelte (+1 -1)
📝 src/lib/components/chat/ToolServersModal.svelte (+1 -0)

📄 Description

Add aria-labels to close, back, and action buttons across:

  • Controls/Controls.svelte: close chat controls button
  • ChatControls/Embeds.svelte: close embed button
  • Overview/Node.svelte: favorite toggle button
  • Overview/View.svelte: back and close overview buttons
  • ShortcutsModal.svelte: close button
  • ShareChatModal.svelte: close button
  • ToolServersModal.svelte: close button
  • Placeholder/FolderTitle.svelte: folder icon picker, folder options menu

WCAG: 4.1.2 (Name, Role, Value)

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.

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/21709 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `a11y/chat-core-focus-nav` --- ### 📝 Commits (1) - [`464864c`](https://github.com/open-webui/open-webui/commit/464864cff83e3f71fa72942e405566f4bd55b5fc) fix(a11y): add aria-labels to chat core components ### 📊 Changes **8 files changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/ChatControls/Embeds.svelte` (+1 -0) 📝 `src/lib/components/chat/Controls/Controls.svelte` (+1 -0) 📝 `src/lib/components/chat/Overview/Node.svelte` (+1 -0) 📝 `src/lib/components/chat/Overview/View.svelte` (+2 -0) 📝 `src/lib/components/chat/Placeholder/FolderTitle.svelte` (+2 -1) 📝 `src/lib/components/chat/ShareChatModal.svelte` (+1 -0) 📝 `src/lib/components/chat/ShortcutsModal.svelte` (+1 -1) 📝 `src/lib/components/chat/ToolServersModal.svelte` (+1 -0) </details> ### 📄 Description Add aria-labels to close, back, and action buttons across: - Controls/Controls.svelte: close chat controls button - ChatControls/Embeds.svelte: close embed button - Overview/Node.svelte: favorite toggle button - Overview/View.svelte: back and close overview buttons - ShortcutsModal.svelte: close button - ShareChatModal.svelte: close button - ToolServersModal.svelte: close button - Placeholder/FolderTitle.svelte: folder icon picker, folder options menu WCAG: 4.1.2 (Name, Role, Value) ### Contributor License Agreement <!-- 🚨 DO NOT DELETE THE TEXT BELOW 🚨 Keep the "Contributor License Agreement" confirmation text intact. Deleting it will trigger the CLA-Bot to INVALIDATE your PR. --> By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 13:57:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#113538