You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add labels, keyboard activation, and focus styling to visual editor controls.
This makes the editor actions reachable for keyboard and assistive technology users.
@@ -153,6 +154,14 @@ Visual Editor uses your regular frontend CSS for the editing view. CSS that is c
153
154
154
155
If your project defines custom rich-text styles, add the relevant rules to your frontend CSS so the page output and the editor share the same styling. Projects with custom `lib.parseFunc_RTE` setups may also need matching frontend rules.
155
156
157
+
## Accessibility
158
+
159
+
Visual Editor is designed with WCAG 2.2 AA as a goal, but this is not a full compliance claim for every TYPO3 project.
160
+
161
+
The editor interface includes accessible labels, keyboard-focusable controls, validation announcements, and semantic roles. It has been tested with axe DevTools and NVDA.
162
+
163
+
Final accessibility depends on the project templates, CSS, semantic HTML, and editor-authored content. Drag-and-drop workflows are pointer-oriented, so projects should verify alternative workflows for their editor needs. Project-level accessibility should be checked in the integrated TYPO3 site.
164
+
156
165
## License and Authors: License type, contributors, contact information
157
166
158
167
This extension is licensed under the [GPL-2.0-or-later](https://spdx.org/licenses/GPL-2.0-or-later.html) license.
0 commit comments