diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 0000000..c45443c --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,4 @@ + +## 2024-05-01 - Adding ARIA labels to Icon-Only Buttons +**Learning:** Found multiple icon-only buttons in the Graph Controls panel (Reset settings, Close panel, Delete group) that lacked `aria-label` attributes, relying solely on `title` or visual cues. This makes them inaccessible to screen reader users who need explicit labels for interactive elements. +**Action:** Always include an `aria-label` attribute alongside the `title` attribute for icon-only `