diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 0000000..eecd9c8 --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,3 @@ +## 2024-05-24 - Keyboard Accessibility for Scrollable Containers +**Learning:** Scrollable overflow containers (like tables) require an explicit tabindex="0", role="region", and aria-label so keyboard users can navigate and scroll them. +**Action:** Always inspect overflow containers and add these attributes with context-appropriate labels. diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index 2402ac3..b4554f3 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -25,7 +25,7 @@ const description =
| Setting | Result |
|---|