Erik Kroes
Erik Kroes
What if... plugins didn't just have documentation but also showed real™️ examples? A search query like this: https://github.com/search?q="%4011ty%2Feleventy-img"+filename%3Apackage.json&type=Code reveals repo's that use eleventy-img (or at least depend on it). They're...
Using NVDA and Firefox, when you navigate the calendar grid, dates get pronounced twice. For example: > 13 July 2019 Saturday not selected row 3 Saturday column 7 > 13...
When using a screen reader, it is not clearly communicated when a minimum or maximum date is reached. The keyboard navigation for these dates seems to be partially undefined. For...
When a calendar has disabled dates and a user navigates by keyboard, these dates get skipped. This is logical behaviour if we would see the calendar as just a set...
When using Voiceover + Safari, expected behaviour would be that I can open the select and use up and down arrow keys to navigate. The screen reader focus is the...
When another language is picked for the website, parts are translated. The entire page is indicated as having switched to the new language. (There is a lang-attribute on the html-element)...
### Description A custom element with a `role="img"` does not get announced by IE11 with the screen reader JAWS. It gets ignored/skipped completely. I made a CodePen with some variations...
…ria-hidden. Alt adds aria-label and role.
This fixes #63 by removing the `tabindex` that should not be there.
### Description `paper-badge` has `role="status"` and a `tabindex="0"`. ### Expected outcome According to the wai-aria specs, a component with `role="status"` should not receive focus. ### Actual outcome paper-badge has `tabindex="0"`...