diff --git a/.jules/palette.md b/.jules/palette.md index d892e2f9..c8eedcd6 100644 --- a/.jules/palette.md +++ b/.jules/palette.md @@ -54,3 +54,7 @@ ## 2024-07-13 - [Table Node Accessibility] **Learning:** Adding `aria-hidden="true"` inside `abbr` elements with `aria-label` prevents screen readers from redundantly announcing short abbreviations like "PK" or "NN" along with their full label. **Action:** When creating short, domain-specific abbreviations with tooltips, use `aria-label` on the wrapper and hide the visual text from screen readers using `aria-hidden="true"` to create a cleaner auditory experience. + +## 2024-07-18 - Tooltip interaction on functionally disabled buttons +**Learning:** Native `disabled` attributes on `