Skip to content

Adding accessibility check task#1328

Open
jen-reeve wants to merge 11 commits into
mainfrom
wcag-check
Open

Adding accessibility check task#1328
jen-reeve wants to merge 11 commits into
mainfrom
wcag-check

Conversation

@jen-reeve

Copy link
Copy Markdown
Collaborator

No description provided.

@jen-reeve jen-reeve requested a review from CallumWalley July 7, 2026 01:15
@jen-reeve jen-reeve self-assigned this Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Test deployment successful!! (2026-07-07T03:24:10Z)
Preview available at https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check

Seems the following pages differ;



See all deployed demo sites

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Ahoy! This pull request adds a local accessibility audit task and a bash script run_a11y_check.sh to run AccessLint WCAG checks. However, the script is a bit of a shipwreck: it boldly tries to install system dependencies using sudo, blindly serves a public directory without checking if it exists, and lazily sleeps for two seconds instead of properly polling the port. Clean up these sloppy sails before we send this code to Davy Jones' locker!

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread checks/run_a11y_check.sh Outdated
Comment thread checks/run_a11y_check.sh
Comment thread checks/run_a11y_check.sh Outdated
jen-reeve and others added 3 commits July 7, 2026 13:17
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com>
@jen-reeve jen-reeve linked an issue Jul 7, 2026 that may be closed by this pull request
Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Test deployment successful!! (2026-07-07T03:27:38Z)
Preview available at https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check

Seems the following pages differ;



See all deployed demo sites

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Test deployment successful!! (2026-07-07T03:35:00Z)
Preview available at https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check

Seems the following pages differ;



See all deployed demo sites

Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Test deployment successful!! (2026-07-07T03:42:49Z)
Preview available at https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check

Seems the following pages differ;



See all deployed demo sites

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Test deployment successful!! (2026-07-07T04:16:23Z)
Preview available at https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check

Seems the following pages differ;



See all deployed demo sites

jen-reeve added 2 commits July 7, 2026 16:10
Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Test deployment successful!! (2026-07-07T04:21:00Z)
Preview available at https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check

Seems the following pages differ;



See all deployed demo sites

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

AccessLint audit — 2 URLs

1 violations across 2 URLs: 🟧 1 serious.

https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check/

No violations at the configured threshold (37 below threshold filtered).

https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check/CONTRIBUTING/

1 violation: 🟧 1 serious (+43 below threshold).

Unmapped (no source location) — 1 violation (1 serious)
Impact Rule Source Element Message
🟧 serious navigable/link-name #label-987ef8 Link has no discernible text.

Generated 2026-07-07T04:21:13.949Z · run log · AccessLint/audit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Checks against common accessibility standards

1 participant