cksource / ckeditor4-plugin-a11ychecker

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

Allow to override testability #116

Open mlewand opened 9 years ago

mlewand commented 9 years ago

As customer asks:

Can I raise the severity of an "issue"? For example, I want a missing alt tag on an image to be considered an error rather than a warning.

It's actually a good idea to allow testability overriding in Engine class.

mlewand commented 6 years ago

Actually, I don't have the time to check it now but it sounds to me that it should be possible to customize testability from the Controller#checked event. Just iterate over the issue list and find issues whose testability should be changed.