-
Notifications
You must be signed in to change notification settings - Fork 40
A11y fixes #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
A11y fixes #233
Conversation
…tyles - Implemented pause/play button functionality for the integration grid, allowing users to control the animation. - Enhanced accessibility by updating tabindex for links based on animation state and auto-pause on focus. - Updated focus styles across various elements to ensure better visibility, with adjustments for dark mode. - Refactored CSS to respect user preferences for reduced motion and improved button styles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR implements accessibility improvements across the frontend, focusing on keyboard navigation, focus management, and motion preferences. The changes add keyboard controls to interactive elements and improve focus indicators throughout the application.
- Adds keyboard accessibility for video components with focus management and native controls on keyboard focus
- Implements pause/play controls for the integration grid with auto-pause on focus and prefers-reduced-motion support
- Enhances focus indicators globally and on specific components like link cards
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/styles/site.css | Adds global focus-visible outline styles with dark mode support |
| src/frontend/src/components/LoopingVideo.astro | Adds keyboard navigation (Space/Enter), focus management, and visual focus indicators to video elements |
| src/frontend/src/components/IntegrationGrid.astro | Implements pause/play button, keyboard focus handling with auto-pause, and prefers-reduced-motion support |
| src/frontend/src/components/IconLinkCard.astro | Adds focus-within styling to improve keyboard navigation visibility |
| src/frontend/package.json | Updates starlight-contributor-list from 0.3.1 to 0.3.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
We cannot claim that these are fixed, so we will just say that this PR is related to these issues: