Marek Lewandowski
Marek Lewandowski
1. Open [Accessibility Checker manual test](http://tests.ckeditor.dev:1030/plugins/a11ychecker/tests/manual/a11ychecker). 2. Open AC by pressing it's icon. 3. Press `shift + tab` twice to move the focus on close button. 4. Press `space`. ###...
It has been proposed by one of our partners to improve the way that issue source elements are discovered. ## Proposed enhancement A copy of the issue source element might...
This PR fixes issue #237.
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...
Currently there's this inconvenient way to listen for AC readiness, where it could be loaded either: * synchronously - for released packages * asynchronously - for dev version Reason for...
Not that long ago we migrated most of CKSource projects to Umberto, so that all docs can be viewed in a unified format at https://docs.ckeditor.com/ Accessibilty Checker should also be...
As shown in #230 have to provide a better docs on AC keystrokes customization. It would be nice to put it in [Keyboard Shortcuts section of AC Guide](http://docs.ckeditor.com/#!/guide/dev_accessibility_checker-section-keyboard-shortcuts). I've pushed...
Based on our partner's feedback: > Mandatory fields (Alternative text, Position Combo box, Header Level combo box) info on Accessibility Checker info not conveyed for Keyboard or visual users. JAWS...
We should inherit also `QuickFix.lang` property. E.g. I might want to creaste `ImgAltFoo` that inherits from `ImgAlt`. The inheriting class will reuse it's parent `ImgAlt.validate`, but ImgAlt.validate won't find it's...