-
Hi,
In the article Providing Accessible Names and Descriptions, Listbox role has its Necessity of Naming equals to "Required"
See: https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions…
-
### Summary
Inconsistent Live Region output when dynamically adding ARIA roles/attributes
1. Save as HTML file:
```
live region
content of live region
add…
-
### Summary
> Brief description of the issue. Please list any specific steps.
>
> Example:
> 1. Go to https://www.w3.org/TR/wai-aria-practices-1.1/examples/menubar/menubar-1/menubar-1.html
> 2…
-
re: https://twitter.com/patrick_h_lauke/status/965407242542632960
Would be a good new in-depth tutorial.
yatil updated
4 months ago
-
-
Hello
Some issues regarding your ARIA implementation on qtip2 :
1/ role should not be "alert", but "tooltip", as specified in the ARIA specification,
here : http://www.w3.org/WAI/PF/aria/roles#too…
-
Scope
---
Though the `Toast` component was developed with accessibility best practices in mind (including the usage of `role="status"`, the contents of the rendered `Toast` component are not announc…
-
### Description
Splitting this out from https://github.com/WordPress/gutenberg/issues/56396#issuecomment-1824180314 for a broader discussion. Cc @ciampo @andrewhayward @alexsanford @joedolson
A…
-
It's currently not possible to use a keyboard to operate the filter tags.
Ideally `` should be used and not ``, please see the WAI-ARIA recommendation.
-
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 …