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

WAI-ARIA Authoring Practices Guide (APG)

Results 354 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-349--aria-practices.netlify.app/ARIA/apg) _(Last built on Wed, 04 Sep 2024 19:04:38 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...

enhancement
help wanted
question
Example Page
Feedback

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

Resolve #3060 by: 1. Making recommended updates to the guide 2. Moving the guide page out of wiki to ... (TBD location) #### Preview links * [Preview option 1: Code...

Noticed this on another PR, so made the updated according to the rule https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-returns-check.md#user-content-require-returns-check-passing-examples ___ [WAI Preview Link](https://deploy-preview-341--aria-practices.netlify.app/ARIA/apg) _(Last built on Wed, 31 Jul 2024 19:29:54 GMT)._

Draft PR. Looking for volunteer to complete. Resolve #3070 #### Preview [Preview Experimental Example of Tabs with Action Buttons in compare branch](https://deploy-preview-338--aria-practices.netlify.app/aria/apg/patterns/tabs/examples/tabs-actions/) ___ [WAI Preview Link](https://deploy-preview-338--aria-practices.netlify.app/ARIA/apg) _(Last built on Fri,...

Hi folks, I'd like to add this to the agenda. I've been in talks with Mozilla about what it'd look like to integrate APG patterns and examples into MDN and...

enhancement
Complex