diff --git a/.Jules/palette.md b/.Jules/palette.md index d878f67..0b5cc75 100644 --- a/.Jules/palette.md +++ b/.Jules/palette.md @@ -1,3 +1,6 @@ ## 2024-05-19 - Missing ARIA Labels on Modal Close Buttons **Learning:** Icon-only close buttons (like the 'X' in ProjectModal and ExperienceModal) were missing ARIA labels, making them inaccessible to screen readers. **Action:** Always verify that icon-only buttons include descriptive `aria-label` attributes to ensure keyboard and screen reader accessibility. +## 2026-05-31 - Keyboard Accessibility for Custom Interactive Elements +**Learning:** In this application, custom interactive components like `motion.div` are frequently used as clickable cards (`ProjectCard`, `ExperienceCard`), but they lack native keyboard accessibility compared to standard `