You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add skip-to-conversation link as first body child — keyboard users can jump past sidebar
- Add :focus-visible outline for keyboard nav — visible focus ring was missing
- Add @media (prefers-reduced-motion: reduce) — honor OS motion-reduction setting
- .skip-link CSS: off-screen until focused, jumps to top with visible styling
WCAG 2.4.1 (bypass blocks), 2.4.7 (focus visible), 2.3.3 (animation from interactions)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## [Unreleased] - GUI a11y pass
2
+
3
+
- index.html: remove `maximum-scale=1.0` and `user-scalable=no` from viewport (WCAG 1.4.4 — low-vision users need pinch-zoom)
4
+
- index.html: add `theme-color` meta with light/dark media queries (native tab/chrome tinting on mobile)
5
+
- index.html: add skip-to-conversation link as first body child for keyboard users
6
+
- main.css: add `:focus-visible` outline for keyboard nav (previously no default visible focus ring)
7
+
- main.css: add `@media (prefers-reduced-motion: reduce)` to collapse animations/transitions for users with vestibular disorders or motion-sensitivity OS setting
8
+
- main.css: `.skip-link` styles (off-screen until focused)
- Fix regression from prior commit: workflow-plugin.js declared `dependencies: ['git','database']` but git plugin was deleted; plugin init failed with "Plugin git not found in registry". Removed unused git dep and stale binding.
0 commit comments