Blog Making Editor Content Accessible: Alt Text and ARIA
An editor can be accessible to use and still ship inaccessible content. How Domternal helps you author the accessible kind: image alt text and ARIA state.
There are two accessibility problems in a rich text editor and they are usually confused. One is whether the editor itself can be operated without a mouse and announced sensibly by a screen reader. The other is whether the content people author with it is accessible to their readers. These posts cover both, including the parts of WCAG 2.1 AA that a contenteditable surface makes genuinely awkward.
Blog An editor can be accessible to use and still ship inaccessible content. How Domternal helps you author the accessible kind: image alt text and ARIA state.
Blog How we implemented WCAG 2.1 AA across eight ProseMirror editor packages: focus indicators, ARIA roles, full keyboard navigation and reduced-motion support.
Back to all articles or all tutorials.