Start adding accessibility section to control panel page#745
Open
gcamacho079 wants to merge 29 commits intomainfrom
Open
Start adding accessibility section to control panel page#745gcamacho079 wants to merge 29 commits intomainfrom
gcamacho079 wants to merge 29 commits intomainfrom
Conversation
✅ Deploy Preview for craft-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Coming through these changes and taking another stab at the main |
This replaces visual and positional descriptions with a more sensible document-ordered list of features.
This component is upsetting. Why does it apply `aria-describedby` do a random span? Does the <button> even do anything? :( :( :(
gcamacho079
commented
Jan 14, 2026
gcamacho079
commented
Jan 14, 2026
| Craft’s [control panel](../system/control-panel.md#accessibility) is [designed and built to be accessible](https://craftcms.com/accessibility), out-of-the-box. | ||
| In addition to built-in interfaces, the content tools you configure for authors are backed by components that we [regularly audit](https://craftcms.com/accessibility/reports) for conformance. | ||
|
|
||
| ### Image editor |
Contributor
Author
There was a problem hiding this comment.
@AugustMiller I'm wondering if this info can be moved to and combined with the info that's already in the Image Editor section.
Since these details don't affect the accessibility of the front-end, I think we should limit the Image Editor accessibility info to things like the interaction pattern (non-drag abilities for focal point editing, keyboard editing and how to access it, etc.) and either:
- Add an accessibility heading under the Image Editor section that outlines those things, or
- Add an Image Editor heading under the Accessibility section on the control panel page
gcamacho079
commented
Jan 14, 2026
…add extra info about why we do not use a fallback
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.
Description
Adds content related to accessibility features
Related issues
Resolves PT-1906