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-15 - Explicit Focus and State for Navigation Widgets
**Learning:** Interactive disclosure widgets (dropdowns, mobile menus) and icon-only buttons often lack visible focus indicators and ARIA state attributes out-of-the-box, causing accessibility barriers for keyboard and screen reader users.
**Action:** Always include explicit `focus-visible` rings and dynamic `aria-expanded` attributes on global navigation elements and interactive widgets.
Loading