diff --git a/docs/design-system/canvas-audit-items.md b/docs/design-system/canvas-audit-items.md index 86888f69..47bde146 100644 --- a/docs/design-system/canvas-audit-items.md +++ b/docs/design-system/canvas-audit-items.md @@ -108,8 +108,8 @@ canvas/src/ | Priority | Item | Files | Status | |----------|------|-------|--------| -| HIGH | Screen reader announcements for canvas state changes | Canvas.tsx | Not started | -| MEDIUM | Keyboard shortcut help dialog | useKeyboardShortcuts.ts | Not started | +| HIGH | Screen reader announcements for canvas state changes | Canvas.tsx | In progress (Core-FE) | +| MEDIUM | Keyboard shortcut help dialog | useKeyboardShortcuts.ts | ✅ Done (PR #175) | | MEDIUM | Keyboard-accessible node drag | WorkspaceNode.tsx, useDragHandlers.ts | Not started | | LOW | Edge anchor keyboard accessibility | A2AEdge.tsx | Not started | | LOW | Node resize keyboard accessibility | WorkspaceNode.tsx (NodeResizer) | Not started | @@ -117,3 +117,4 @@ canvas/src/ --- *Verified 2026-05-09 by Core-UIUX against molecule-core/canvas/src/* +*Updated 2026-05-09: keyboard shortcut help dialog completed (PR #175)*