Accessibility testing documentation improvements#1507
Merged
ferranrecio merged 2 commits intomoodle:mainfrom Feb 23, 2026
Merged
Accessibility testing documentation improvements#1507ferranrecio merged 2 commits intomoodle:mainfrom
ferranrecio merged 2 commits intomoodle:mainfrom
Conversation
✅ Deploy Preview for moodledevdocs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refactors the accessibility documentation by moving the "Accessibility testing" section from the main accessibility policy page to its own dedicated page, and updates all WCAG references from version 2.1 to 2.2 throughout the developer documentation.
Changes:
- Created a new comprehensive accessibility testing guide at
general/development/policies/accessibility/testing.mdwith expanded content on automated and manual testing approaches - Updated all WCAG 2.1 references to WCAG 2.2 across the accessibility policy documentation
- Updated internal links across the documentation to reflect the new accessibility directory structure
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| general/releases/1.8.md | Updated link to accessibility policy (removed .md extension) |
| general/documentation/accessibility.md | Updated link to accessibility policy and changed "coding standards" to "coding guidelines" |
| general/development/process/peer-review/accessibility-checklist.md | Updated link to accessibility policy page titles section (added index.md) |
| general/development/policies/codingstyle/index.md | Updated link to accessibility coding standards (added index.md) |
| general/development/policies/accessibility/testing.md | New comprehensive accessibility testing guide with automated and manual testing guidance |
| general/development/policies/accessibility/index.md | Removed accessibility testing section (moved to separate page) and updated all WCAG 2.1 references to WCAG 2.2 |
| general/development/policies.md | Updated link to accessibility policy (removed .md extension) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
08ffe80 to
56207d0
Compare
56207d0 to
652a188
Compare
ferranrecio
approved these changes
Feb 23, 2026
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.
This patch moves the
Accessibility testingsection of the Accessibility policy to its own page. This patch also introduces improvements and provides more information on accessibility testing in Moodle development.A bit unrelated, but the 2nd commit of the patch updates the WCAG 2.1 references in the dev docs to WCAG 2.2.