Skip to content

Commit 7d1bb8c

Browse files
committed
move to the ARIA WG
1 parent bf27405 commit 7d1bb8c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# HTML-AAM
2-
HTML Accessibility API Mappings (html-aam) developed by the [Web Applications Working Group](https://www.w3.org/2019/webapps/) (previously the [Web Platform Working Group](http://www.w3.org/WebPlatform/WG/)). It is the basis of the [Editor's Draft version of the specification](https://w3c.github.io/html-aam/). You can also compare against [the most recent published version](https://www.w3.org/TR/html-aam-1.0/).
2+
HTML Accessibility API Mappings (html-aam) developed by the [Accessible Rich Internet Applications Working Group](https://www.w3.org/WAI/ARIA/) (previously the [Web Applications Working Group](https://www.w3.org/2019/webapps/)). It is the basis of the [Editor's Draft version of the specification](https://w3c.github.io/html-aam/). You can also compare against [the most recent published version](https://www.w3.org/TR/html-aam-1.0/).
33

44
This specification was part of the [ARIA suite](https://www.w3.org/WAI/ARIA/deliverables). General information about editing the specification is in the [main ARIA repository readme](https://github.com/w3c/aria/).
55

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
],
6060

6161
// WG
62-
wg: "Web Applications Working Group",
63-
wgURI: "https://www.w3.org/2019/webapps/",
64-
wgPublicList: "public-webapps",
65-
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/114929/status",
62+
wg: "Accessible Rich Internet Applications Working Group",
63+
wgURI: "https://www.w3.org/WAI/ARIA/",
64+
wgPublicList: "public-aria",
65+
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83726/status",
6666

6767
github: "w3c/html-aam/",
6868
tocIntroductory: true,

w3c.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"group": 114929,
2+
"group": 83726,
33
"contacts": [
4-
"ylafon",
5-
"siusin"
4+
"michael-n-cooper",
5+
"ruoxiran"
66
],
77
"policy": "restricted",
88
"shortName": "html-aam-1.0",

0 commit comments

Comments
 (0)