-
From NYU A11y Review:
Show Affiliations element does not follow expected pattern.
The "Show Affiliations" element (coded as a link) is not in the taborder (and not available to the keyboard-only…
ekate updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Dev's will commonly use `` elements for buttons when they should be using `` elements instead.
**Describe the solution you'd like…
-
https://github.com/melt-ui/melt-ui/assets/1473102/3f6b5ff7-b7b0-4927-9f24-fc200075f090
- https://melt-ui.com/docs/builders/combobox
- https://github.com/melt-ui/melt-ui/blob/develop/src/lib/builde…
-
```
Per http://www.w3.org/TR/wai-aria/states_and_properties#aria-hidden
> At the time of this writing, aria-hidden="false" is known to work
inconsistently when used in conjunction with (display: no…
-
```
Per http://www.w3.org/TR/wai-aria/states_and_properties#aria-hidden
> At the time of this writing, aria-hidden="false" is known to work
inconsistently when used in conjunction with (display: no…
-
```
Per http://www.w3.org/TR/wai-aria/states_and_properties#aria-hidden
> At the time of this writing, aria-hidden="false" is known to work
inconsistently when used in conjunction with (display: no…
-
```
Per http://www.w3.org/TR/wai-aria/states_and_properties#aria-hidden
> At the time of this writing, aria-hidden="false" is known to work
inconsistently when used in conjunction with (display: no…
-
The authoring practices for menubar indicates that "The menu container has tabindex set to -1 or 0 and aria-activedescendant set to the ID of the focused item." But what is the menu container in this …
-
Used for
- Tabs: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/#keyboardinteraction
- Toolbar: https://www.w3.org/WAI/ARIA/apg/patterns/toolbar/#keyboardinteraction
**Search keywords**:
-
In our application, we have a popup which is triggered on click on of a button. The content in this popup is divided into 2 sections:
- the first section has some static + interactive elements
- the…