Marek Lewandowski

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

bug
review-
a11y

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

question
ui
a11y

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

enhancement
internals

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

enhancement

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

enhancement
docs

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

docs

Let's see if we can easily upgrade to Quail 3

enhancement
Quail

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

enhancement
ui
a11y

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

bug