From bb5e621ea5f9afa551163b23592742396301b485 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 6 Dec 2024 10:16:07 +0100 Subject: [PATCH] Meta: replace WAI-ARIA with ARIA in HTML in PR template This is the specification that is more likely to be impacted. --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 17ec0d080e0..20086cabada 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ If you think your PR is ready to land, please double-check that the build is pas * WebKit: … * Deno (only for timers, structured clone, base64 utils, channel messaging, module resolution, web workers, and web storage): … * Node.js (only for timers, structured clone, base64 utils, channel messaging, and module resolution): … -- [ ] Corresponding [HTML AAM](https://w3c.github.io/html-aam/) & [WAI-ARIA](https://w3c.github.io/aria/) issues & PRs: +- [ ] Corresponding [HTML AAM](https://w3c.github.io/html-aam/) & [ARIA in HTML](https://w3c.github.io/html-aria/) issues & PRs: - [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: … - [ ] The top of this comment includes a [clear commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md) to use.