-
## 🚀 Feature request
### Current Behavior
At the moment, while the focus is in ListboxButton, you can only open the Listbox by pressing Space and some of the ArrowKeys.
### Desired Behavior
…
-
I'd love this lib if it was more accessible.
Like support for keyboard only and screen readers and some mild contrast issues here and there.
-
`delite/KeyNav#_keynavKeyDownHandler()`, previously called `_onContainerKeydown()`, is marked private, but List is overriding it. The reason it's marked private is that subclasses are supposed to se…
-
I think we need a consistent way to set CSS for EPUB cover.
In some reading systems cover images are splitting in multiple virtual pages, e.g.:
-
Closing a modal dialog by clicking (or tap) on the modal overlay is a common function.
What was the reason behind the APG modal dialog not including this behaviour.
Thank you.
-
Ryan,
Because the arrowkeys disable navigation inside input-elements, I thought of trying to use tab and shift+tab for navigation.
Can I specify the 'shift+tab' as navigation-key?
PS. I quess I need…
-
The [Switch Pattern authoring guideline](https://www.w3.org/WAI/ARIA/apg/patterns/switch/) essentially considers switches to be functionally identical to checkboxes. I think this is insufficient, in t…
-
Currently, modals that load content with AJAX require `trapFocus()` to be called on AJAX completion. This has been raised as an issue by product teams as has the list of allowed elements within the `t…
-
The List View component is used in several places, and is currently backed by a [Tree Grid ](https://www.w3.org/TR/wai-aria-practices/examples/treegrid/treegrid-1.html) implementation. A Tree Grid all…
gwwar updated
3 years ago
-
Spec: [CSS Containment Module Level 2](https://drafts.csswg.org/css-contain/#content-visibility)
So far, `content-visibility` knows three possible values: `visible`, `auto` and `hidden`. While they…