Kenneth Sundqvist

Results 15 issues of Kenneth Sundqvist

We probably don't want to include it because while it has great knowledge of what is focusable we also want to know what is clickable and it might not be...

Since we check all the parent elements of each target element we will check many elements multiple times, and since the rendering is blocking they can't change their state so...

performance

This might be a lot of work so identify the most important subsets and do those first. * 1.0: https://www.w3.org/TR/wai-aria/ * 1.1: https://www.w3.org/TR/wai-aria-1.1/

feature

Benefits for Key Jump: * **Isolated DOM:** A component's DOM is self-contained (e.g. document.querySelector() won't return nodes in the component's shadow DOM). * **Scoped CSS:** CSS defined inside shadow DOM...

refactoring

Bug found with checkboxes and radio buttons on https://www.google.com/preferences

bug