Problem/Motivation
The CKEditor Accessibility Checker, formerly a proprietary plugin, has been released under the GPL.
Proposed resolution
This is a great time to look at bringing this accessibility checker in. Ideally it would be enabled by default in the Standard installation profile. This should help make content editors make their content better.
Remaining tasks
Blocking upstream CKEditor 5 issue: Implement accessibility checker for CKEditor 5 #1941
add Quail.js library to core (MIT license, maintainer is jessebeach).add balloonpanel plugin to Drupal's custom CKEditor build.add a11ychecker plugin to Drupal's custom CKEditor build.- add a11ychecker configuration options to
Drupal\ckeditor\Plugin\CKEditorPlugin\Internal
. - Write tests
User interface changes
Makes a new CKEditor plugin available - see demo video
Adds options relating to this plugin, for the text format configuration form.
API changes
None expected.
Data model changes
None expected.