Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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-18 - Added ARIA attributes to WikiCollapsible
**Learning:** Found that custom toggle elements in this project (like WikiCollapsible) might lack basic ARIA attributes (aria-expanded, aria-controls, aria-label) preventing screen readers from understanding their state or purpose.
**Action:** Always check custom collapsible/accordion components for `aria-expanded` tied to their open state, an `id` on the content container, `aria-controls` pointing to that id on the trigger, and a descriptive `aria-label` if the text isn't explicit enough (e.g. `[show]` instead of `Show Title`).
Loading
Loading