diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 0000000..2fa4ada --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,3 @@ +## 2024-05-24 - Missing skip-link and focus states +**Learning:** Found that the Astro frontend lacks a "Skip to main content" link for screen reader users and explicit `focus-visible` indicators for keyboard navigation. +**Action:** Always verify if a skip link is present on layout templates and ensure focus indicators are clearly visible across interactive elements. diff --git a/site/src/layouts/Base.astro b/site/src/layouts/Base.astro index cc04dfb..c93ba45 100644 --- a/site/src/layouts/Base.astro +++ b/site/src/layouts/Base.astro @@ -29,6 +29,7 @@ const base = import.meta.env.BASE_URL;
+ Skip to main content