Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .Jules/palette.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2024-05-21 - [Keyboard & Screen Reader A11y]
**Learning:** Found that custom `div` elements used as interactive cards lack native keyboard support and need `role="button"`, `tabIndex={0}`, keyboard event handlers, and focus indicators. Also, icon-only modal close buttons need `aria-label` for screen reader clarity.
**Action:** Always ensure interactive custom elements replicate button functionality and add `aria-label` to icon-only interactive elements.
Loading