fix(docs): improve Docusaurus accessibility evidence - #1642
Open
Bill Berry (WilliamBerryiii) wants to merge 9 commits into
Open
Bill Berry (WilliamBerryiii) wants to merge 9 commits into
Bill Berry (WilliamBerryiii) wants to merge 9 commits into
Conversation
- repair navigation, search, breadcrumbs, tables, and adaptive layouts - add governed labels and accessible diagram metadata - update Docusaurus dependencies and configuration ♿ - Generated by Copilot
- add route, method, adaptive, contrast, and structure coverage - share frontmatter and route discovery contracts - retain exact reviewer evidence identity ♿ - Generated by Copilot
- keep semantic method cells independent from qualified contrast review - preserve fail-closed contrast gating ♿ - Generated by Copilot
- add the pinned Docusaurus runtime profile - correct native NVDA execution recipes ♿ - Generated by Copilot
Bill Berry (WilliamBerryiii)
requested a review
from a team
as a code owner
September 22, 2026 02:50
# Conflicts: # docs/contributing/accessibility.md # docs/data-pipeline/chunking-compression-config.md # docs/docusaurus/package-lock.json # docs/docusaurus/package.json # docs/osmo-proxy.md
Contributor
Dependency ReviewThe following issues were found:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## accessibility/viewer-interactions #1642 +/- ##
==================================================================
Coverage 87.83% 87.83%
==================================================================
Files 281 281
Lines 23508 23508
Branches 3188 3188
==================================================================
Hits 20648 20648
Misses 2149 2149
Partials 711 711
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
| } from '../e2e/route-inventory' | ||
|
|
||
| const siteRoot = path.resolve(__dirname, '..') | ||
| const repositoryRoot = path.resolve(siteRoot, '..', '..') |
Bill Berry (WilliamBerryiii)
changed the base branch from
main
to
accessibility/viewer-interactions
September 22, 2026 03:47
…s' into accessibility/docusaurus
- move breadcrumb spacing into the existing global stylesheet - remove the standalone headerless CSS module ♿ - Generated by Copilot
…s' into accessibility/docusaurus
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
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.
Pull Request
Description
Improve Docusaurus accessibility behavior and evidence quality. The branch repairs mobile navigation focus, search semantics, compact targets, adaptive rendering, and documentation structure; adds complete route, contrast, keyboard, Mermaid, and screen-reader evidence; and keeps unresolved contrast review separate from semantic method verdicts.
Closes #1637
Type of Change
Component(s) Affected
infrastructure/terraform/prerequisites/- Azure subscription setupinfrastructure/terraform/- Terraform infrastructureinfrastructure/setup/- OSMO control plane / Helmworkflows/- Training and evaluation workflowstraining/- Training pipelines and scriptsdocs/- DocumentationTesting Performed
planreviewed (no unexpected changes)applytested in dev environmentsmoke_test_azure.py)Targeted local validation:
npm --prefix docs/docusaurus test: typecheck, 68 Jest tests, and six Mermaid contract tests passed.npm --prefix docs/docusaurus run lint:a11y: passed.git diff --check origin/main...accessibility/docusaurus: passed after the two Docusaurus-only follow-up commits.Documentation Impact
Bug Fix Checklist
Complete this section for bug fix PRs. Skip for other contribution types.
Checklist