aria-practices icon indicating copy to clipboard operation
aria-practices copied to clipboard

WAI-ARIA Authoring Practices Guide (APG)

Results 306 aria-practices issues
Sort by recently updated
recently updated
newest added

The HTML spec now support the `` element. It maps to an implicit `role=search`. Fix: https://github.com/w3c/aria-practices/issues/2652 ___ [WAI Preview Link](https://deploy-preview-295--aria-practices.netlify.app/ARIA/apg) _(Last built on Sat, 03 Feb 2024 21:44:13 GMT)._

The example for the disclosure pattern at https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/examples/disclosure-faq/ uses custom html, css, and js to build the view. HTML has the disclosure pattern built in using [](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details). The details element...

https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/ states: >a disclosure [button](https://www.w3.org/WAI/ARIA/apg/patterns/button/) and a section of content whose visibility is controlled by the button. This seems to be a limitation considering the purpose that the `details` element...

Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies
javascript

In the [Navigation Menubar Example](https://www.w3.org/WAI/ARIA/apg/patterns/menubar/examples/menubar-navigation/), the `menu` role is nested inside of the `menu` role to ensure that child relationships are conveyed. As far as I know, however, the `menu`...

Per discussion of [APG quality reports](https://www.w3.org/WAI/ARIA/apg/about/coverage-and-quality/#codequality) in the [June 4, 2024 meeting](https://www.w3.org/2024/06/04-aria-apg-minutes.html#t02), * Some information is not directly related to required APG coding practices. * It is not clear which...

enhancement
Example Page
Infrastructure