forked from molecule-ai/molecule-core
fix(a11y): add aria-label to Dialog.Content in ConversationTraceModal (Issue M)
Per UIUX Cycle 5 spec, Dialog.Content should carry an explicit aria-label="Conversation trace" in addition to the aria-labelledby automatically wired by Radix Dialog via Dialog.Title. This provides a fallback accessible name directly on the dialog container element. All 732 tests pass, build clean. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f6fa527d58
commit
60437feb6a
@ -96,6 +96,7 @@ export function ConversationTraceModal({ open, workspaceId: _workspaceId, onClos
|
||||
{/* Content wraps the entire centred modal panel */}
|
||||
<Dialog.Content
|
||||
className="fixed inset-0 z-[60] flex items-center justify-center p-4"
|
||||
aria-label="Conversation trace"
|
||||
aria-describedby={undefined}
|
||||
>
|
||||
{/* Modal panel */}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user