-
Notifications
You must be signed in to change notification settings - Fork 66
More accessibility fixes #1247
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
Merged
Merged
More accessibility fixes #1247
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ere's current check. jonf@jonfhome:~/makeabilitylabwebsite$ docker-compose -f docker-compose-local-dev.yml --profile testing run --rm a11y [+] Creating 2/2 ✔ Container makeabilitylabwebsite-db-1 Running 0.0s ✔ Container makeabilitylabwebsite-website-1 Running 0.0s [+] Running 1/1 ✔ Container makeabilitylabwebsite-db-1 Healthy 0.5s npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated whatwg-encoding@3.1.1: Use @exodus/bytes instead for a more spec-conformant and faster implementation added 178 packages in 21s 25 packages are looking for funding run `npm fund` for details npm notice npm notice New major version of npm available! 10.9.4 -> 11.7.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 npm notice To update run: npm install -g npm@11.7.0 npm notice Running Pa11y on 1 URLs: > http://website:8000/news/ - 0 errors ✔ 1/1 URLs passed
jonf@jonfhome:~/makeabilitylabwebsite$ docker-compose -f docker-compose-local-dev.yml --profile testing run --rm a11y [+] Creating 2/2 ✔ Container makeabilitylabwebsite-db-1 Running 0.0s ✔ Container makeabilitylabwebsite-website-1 Running 0.0s [+] Running 1/1 ✔ Container makeabilitylabwebsite-db-1 Healthy 0.5s npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated whatwg-encoding@3.1.1: Use @exodus/bytes instead for a more spec-conformant and faster implementation added 178 packages in 22s 25 packages are looking for funding run `npm fund` for details npm notice npm notice New major version of npm available! 10.9.4 -> 11.7.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0 npm notice To update run: npm install -g npm@11.7.0 npm notice Running Pa11y on 3 URLs: > http://website:8000/news/1/ - 0 errors > http://website:8000/news/2/ - 0 errors > http://website:8000/news/3/ - 0 errors ✔ 3/3 URLs passed
…etched carousel videos (as they were before), whic partially addresses Issue #1245
…nt sizes. Updated top-navbar so it's using the full of container like rest of site. Changed default width of site to 1280 rather than 1400
This was referenced Dec 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Significant revisions to accessibility of Makeability Lab website. Current access report summary from Pa11y using Axe:
Running Pa11y on 14 URLs:
Full report attached. I'm also using Chrome's built-in Lighthouse tool, which is incredibly helpful.