aria-practices
aria-practices copied to clipboard
WAI-ARIA Authoring Practices Guide (APG)
There seems to be good support for the `forced-colors` media query. I am using this approach in the proposed updated [rating slider example](https://deploy-preview-271--aria-practices.netlify.app/aria/apg/patterns/slider/examples/slider-rating/). I think we should update examples that...
It would be beneficial to introduce language into the recommendation for multi-select Listboxes that: focus be applied as recommended initially or "on page load", and then on subsequent focus events,...
Since the launch of the redesigned APG in May 2022, the [landmark example pages](https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/#examples), e.g., [Main Landmark: ARIA Landmarks Example](https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/main.html), are the only remaining APG pages that do not implement...
The combobox pattern contains the following prose: > Note that the listbox and **menu button** patterns are also useful in this scenario; differences between combobox and alternative patterns are described...
Auditing and merging of relevant dependabot and dependencies related updates. [practices](https://github.com/w3c/aria-practices/pulls?q=is%3Apr+is%3Aopen+label%3Adependencies)
Hello, I am seeking guidance on implementing a pattern similar to the Listbox with multi-select capability, which can be found here: https://codepen.io/pen. In this particular case, the aim is to...
Hello! I am opening this issue to ask about aligning the `aria-selected` attribute value throughout the Combobox examples. To start with the spec: ``` For a combobox that controls a...
The tab pattern provides keyboard guidance on how to allow for a deletable tab item via the Delete key (i.e., a tab shows an "X" which can be clicked on...
I would like a clarification on in which instances elements with the same role on a page require unique accessible names. I was reading through this documentation https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ where it...
On the data grid example (https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-grids/#ex2_label), when you click the edit icon an text input element is provided to update the grid cell value. This is a text field has...