-
[Visual design review](https://github.com/w3c/aria-practices/wiki/Pull-Request-Review-Process#design_review) of combobox PR https://github.com/w3c/aria-practices/pull/1255
> Review the visual prese…
-
Moving over from [Frontend Toolkit](https://github.com/alphagov/govuk_frontend_toolkit/issues/464)
issue raised by @detlevhfischer
When used with NVDA it is difficult to get from the tabs on htt…
-
## What is missing?
**What is missing:**
The Foundation Accordion is getting flagged by our Accessibility Assessment scan. Finding is: "The trigger elements for the disclosure widgets (show/hide…
-
Issue to discuss [ARIA 1.1](https://www.w3.org/TR/wai-aria-1.1/) additions and changes that might be helpful for us:
For example,
> New properties aria-roledescription, aria-keyshortcuts, aria-p…
-
To improve the accessibility, it would be better to use a button tag for the day elements referring to [W3](https://www.w3.org/TR/wai-aria-practices-1.2/examples/dialog-modal/datepicker-dialog.html).
…
-
**Describe the bug**
Recently, arrow key navigation was introduced to the Block Toolbar, a really positive feature, since it makes the toolbar a single tab stop.
I noticed that the left and right …
-
### Summary
When interacting with an ARIA Tab widget, it's common to set the currently active `tab` to have a `tabindex=0` and to set the inactive `tab`s to have a `tabindex=-1`. When testing variou…
-
### **Bug Description**
`ui5-select` is not usable with a screen reader, it opens the options but you can't focus on the options to actually select them nor nothing, you can also open multiple ui5-…
-
Hi there, thanks for your great work on Downshift!
We're currently using the `useCombobox` hook and will definitely be using `useSelect` for our custom select components.
I'm currently tasked wi…
-
Under [keyboard interaction](https://w3c.github.io/aria-practices/#keyboard-interaction-7) for a [modal dialog](https://w3c.github.io/aria-practices/#dialog_modal), it says the behavior for Tab should…