cksource / ckeditor4-plugin-a11ychecker

Accessibility checker for CKEditor 4
Other
19 stars 12 forks source link

Enhancements to accessibility checker #267

Open DwyerCMS opened 3 years ago

DwyerCMS commented 3 years ago

I would like to propose the following:

Enable ability to skip or disable the alt text check. This is because our application currently appends image alt text to the HTML as part of the publishing workflow, and so it is not expected that the images in the WYSIWYG editor would have alt text at that point.

The ambiguous link checker successfully notifies the user when they have a "click here" link, but not when the link says "this", "this article", "more" or "find out more". Would it be possible for the auditor to look for and flag links with this text (or any other text strings we identify in the future). i.e. can we create our own library of link text to flag?

(with thanks to Tomasz Jakut for pointing me in the right direction)