Marek Lewandowski

Results 98 issues of 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....

enhancement
internals

Currently there's an empty `CONTRIBUTING.md` file taken from boilerplate. We need either to put some (reasonable) content there or remove it completely.

task
docs

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)...

docs
a11y

We need to cleanup grunt, as it became messy after #147. Simply extracting tasks to external files should do the job.

task

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...

ui
docs
a11y

# 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...

enhancement
internals

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)...

bug
internals

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.

enhancement
ui

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...

enhancement
task