Marek Lewandowski
Marek Lewandowski
Currently QF Repo is stored as a static instance under `CKEDITOR.plugins.a11ychecker.quickFixes`. On a paper it seemed to be OK, but it's uncomfortable to use, because it's created in [plguin.onLoad](http://docs.ckeditor.com/#!/api/CKEDITOR.pluginDefinition-method-onLoad) method....
Currently there's an empty `CONTRIBUTING.md` file taken from boilerplate. We need either to put some (reasonable) content there or remove it completely.
We need to provide separate docs on accessibility features inside of AC itself. Things that should be noted there include: - example usage case - supported environment (browser + reader)...
We need to cleanup grunt, as it became messy after #147. Simply extracting tasks to external files should do the job.
As user reports: > A11y checker only gives visual cue about the problematic element > > From the A11y checker there is no accessible way to find out what element...
# Overview We should introduce advanced tests configuration. ## Create Mapping For Test Groups Developer should be able to easily set WCAG2 A, WCAG AA or WCAG AAA tests without...
Currently `Controller.check()` will allways show UI, despite `options.ui = false`. I can see a source of the problem in [editableDecorator.markIssues](https://github.com/cksource/ckeditor-plugin-a11ychecker/blob/master/Controller/CheckingMode.js#L54-L56) call in `CheckingMode`. This mode is enabled (and should be)...
We're missing a close button in a listening mode indicator (minimized dialog). User needs to be able to close it (without invoking AC) with a mouse click.
Check for problems / fill the missing docs so it's generable with JSDuck.
We have LESSHat lib used in `less/lesshat.less`. We need to ensure if we need it. If we need it, it would be nice if we could simply make it an...