What's new
Accessibility — WCAG 2.1 AA (admin settings panel)
- CodeMirror 6 migration — replaced CM5 with CM6 across the site settings panel
- ARIA labels wired correctly —
aria-labelledbyandaria-describedbynow targetview.contentDOM(the actualcontenteditable), not the outer scroll wrapper; labels were previously invisible to screen readers - Label click-to-focus — clicking a field label now moves keyboard focus into the corresponding code editor
- Split live regions — save errors use
role="alert" aria-live="assertive"for immediate announcement; success messages remainrole="status"polite - Named action bar — the Save/Cancel toolbar gets
role="group"with an accessible label so programmatic focus after save is announced meaningfully - i18n —
saveErrorandactionBarkeys added to all 6 locales (EN, FR, DE, IT, ES, PT)
Upgrade notes
Drop-in replacement. No configuration changes required.
Requires
Jahia 8.2+