From c493ed3be7ca368292b379026e81e97cbc7cf1ff Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Tue, 29 Aug 2023 13:03:26 -0700 Subject: [PATCH 1/3] Documentation: Add more links to more specs --- documentation/onboarding.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/documentation/onboarding.md b/documentation/onboarding.md index 6cb5499b6..2f19efe03 100644 --- a/documentation/onboarding.md +++ b/documentation/onboarding.md @@ -103,10 +103,19 @@ The following links have way too much information, but here they are for complet * ARIA WG Public mailing list:public-aria@w3.org * Slack channels: w3ccommunity.slack.com/ #aria, web-a11y.slack.com ## Other Specifications Managed by the ARIA Working Group +* [Accessible Name and Description Computation (aka "accname")](https://github.com/w3c/accame) + * How browser should calculate the accessible name and description for elements. * [CORE-AAM](https://github.com/w3c/core-aam) * Contains mappings between ARIA and platform accessibility APIs. * [HTML-AAM](https://github.com/w3c/html-aam) * Contains mappings between HTML and platform accessibility APIs. -* [Accessible Name and Description Computation (aka "accname")](https://github.com/w3c/accame) - * How browser should calculate the accessible name and description for elements. +* [DPUB-AAM](https://github.com/w3c/html-aam) + * Contains mappings between DPUB and platform accessibility APIs. +* [SVG-AAM](https://github.com/w3c/svg-aam) + * Contains mappings between SVG and platform accessibility APIs. +* [MathML-AAM](https://github.com/w3c/mathml-aam) + * Contains mappings between MathML and platform accessibility APIs. +* [Graphics-AAM](https://github.com/w3c/graphics-aam) + * Contains mappings between Graphics-ARIA and platform accessibility APIs. + From fd59f88484608d1cd4610de820a056fc55535c37 Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Thu, 31 Aug 2023 08:43:54 -0700 Subject: [PATCH 2/3] Update onboarding.md --- documentation/onboarding.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/onboarding.md b/documentation/onboarding.md index 2f19efe03..28a17a1fd 100644 --- a/documentation/onboarding.md +++ b/documentation/onboarding.md @@ -109,12 +109,14 @@ The following links have way too much information, but here they are for complet * Contains mappings between ARIA and platform accessibility APIs. * [HTML-AAM](https://github.com/w3c/html-aam) * Contains mappings between HTML and platform accessibility APIs. -* [DPUB-AAM](https://github.com/w3c/html-aam) +* [DPUB-ARIA](https://github.com/w3c/dpub-aria) +* [DPUB-AAM](https://github.com/w3c/dpub-aam) * Contains mappings between DPUB and platform accessibility APIs. * [SVG-AAM](https://github.com/w3c/svg-aam) * Contains mappings between SVG and platform accessibility APIs. * [MathML-AAM](https://github.com/w3c/mathml-aam) * Contains mappings between MathML and platform accessibility APIs. +* [Graphics-ARIA](https://github.com/w3c/graphics-aria) * [Graphics-AAM](https://github.com/w3c/graphics-aam) * Contains mappings between Graphics-ARIA and platform accessibility APIs. From 9b1a8d8cee56b310d19513aff08656d564a03bd7 Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Thu, 7 Mar 2024 08:41:06 -0800 Subject: [PATCH 3/3] Apply suggestions from code review --- documentation/onboarding.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/onboarding.md b/documentation/onboarding.md index 28a17a1fd..e2ec6b316 100644 --- a/documentation/onboarding.md +++ b/documentation/onboarding.md @@ -112,8 +112,6 @@ The following links have way too much information, but here they are for complet * [DPUB-ARIA](https://github.com/w3c/dpub-aria) * [DPUB-AAM](https://github.com/w3c/dpub-aam) * Contains mappings between DPUB and platform accessibility APIs. -* [SVG-AAM](https://github.com/w3c/svg-aam) - * Contains mappings between SVG and platform accessibility APIs. * [MathML-AAM](https://github.com/w3c/mathml-aam) * Contains mappings between MathML and platform accessibility APIs. * [Graphics-ARIA](https://github.com/w3c/graphics-aria)