-
Notifications
You must be signed in to change notification settings - Fork 2
/
w3c-groups.json
19690 lines (19690 loc) · 639 KB
/
w3c-groups.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": 152309,
"name": "AB Liaisons to the Board of Directors",
"is_closed": false,
"description": "The people named by the Advisory Board to be liaisons to the W3C Board of Directors.",
"shortname": "ab-liaisons-to-bod",
"members": [
{
"id": 7756,
"name": "Advisory Board",
"is_closed": false,
"description": "The <a href=\"https://www.w3.org/policies/process/#AB\">Advisory Board</a> provides ongoing guidance to the Team on issues of strategy, management, legal matters, process, and conflict resolution.",
"shortname": "ab",
"discr": "group",
"_links": {
"self": {
"href": "https://api.w3.org/groups/other/ab"
},
"homepage": {
"href": "https://www.w3.org/Member/Board/"
},
"users": {
"href": "https://api.w3.org/groups/other/ab/users"
},
"services": {
"href": "https://api.w3.org/groups/other/ab/services"
},
"chairs": {
"href": "https://api.w3.org/groups/other/ab/chairs"
},
"team-contacts": {
"href": "https://api.w3.org/groups/other/ab/teamcontacts"
}
},
"tr-publisher": true,
"group-type": "other",
"identifier": "other/ab"
}
],
"internal": false,
"participants_list_public": true,
"discr": "tf",
"_links": {
"self": {
"href": "https://api.w3.org/groups/tf/ab-liaisons-to-bod"
},
"users": {
"href": "https://api.w3.org/groups/tf/ab-liaisons-to-bod/users"
},
"services": {
"href": "https://api.w3.org/groups/tf/ab-liaisons-to-bod/services"
},
"chairs": {
"href": "https://api.w3.org/groups/tf/ab-liaisons-to-bod/chairs"
}
},
"tr-publisher": false,
"identifier": "tf/ab-liaisons-to-bod",
"group-type": "tf",
"services": []
},
{
"id": 114156,
"name": "ACT Rules Community Group",
"is_closed": false,
"description": "The ACT Rules Community Group (previously known as Auto-WCAG), is an open forum set up to document and harmonise the interpretation of W3C accessibility standards, such as WCAG and WAI-ARIA, for testing purposes.\r\n\r\nThe ACT Rules Community Group (ACT-R) achieves this by bringing together the people developing, implementing and using various accessibility testing tools and methodologies to document interpretations as test rules. Test rules are defined using the ACT Rules Format, and reviewed by the community. The process of researching, documenting, and sharing knowledge from different perspectives within the group, builds towards a common understanding. Publishing rules is not an end point for harmonization, it's a starting point. By publishing such test rules, ACT-R hopes to motivate organisations to share their own insights, and encourage adoption of commonly agreed test rules.\r\n\r\nACT-R is not set up to remove differences or impose changes on accessibility testing tools and methodologies. There is value in innovation and diverse approaches. Rather it aims to contribute to more consistent results, regardless of how the testing is done. Knowing when something meets a requirement, and when it does not, should be clear and consistent. \r\n\r\nThis group will not publish specifications.",
"shortname": "act-r",
"spec-publisher": false,
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/act-r"
},
"homepage": {
"href": "https://www.w3.org/community/act-r/"
},
"users": {
"href": "https://api.w3.org/groups/cg/act-r/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/act-r/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/act-r/chairs"
},
"join": {
"href": "https://www.w3.org/community/act-r/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/act-r/participations"
}
},
"type": "community group",
"tr-publisher": false,
"group-type": "cg",
"identifier": "cg/act-r",
"services": [
{
"href": "https://api.w3.org/services/15587",
"title": "RSS"
},
{
"href": "https://api.w3.org/services/15588",
"title": "Chat"
},
{
"href": "https://api.w3.org/services/15589",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/15590",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/17366",
"title": "Version Control",
"details": {
"type": "repository",
"link": "https://github.com/act-rules/",
"shortdesc": "Github repositories",
"longdesc": "Github repositories",
"external": true,
"closed": false,
"_links": {
"self": {
"href": "https://api.w3.org/services/17366"
},
"groups": {
"href": "https://api.w3.org/services/17366/groups"
}
}
}
}
]
},
{
"id": 108226,
"name": "AI KR (Artificial Intelligence Knowledge Representation) Community Group",
"is_closed": false,
"description": "<ul>\r\n<li><a rel=\"nofollow\" href=\"https://www.w3.org/community/aikr/welcome/\">Welcome post</a></li>\r\n<li><a rel=\"nofollow\" href=\"https://www.w3.org/community/aikr/wiki\">Group's wiki</a></li>\r\n<li>See also the group's pages from the right-hand side menu</li>\r\n</ul>\r\n\r\n<p>The overall goal/mission of this community group is to explore the requirements, best practices and implementation options for the conceptualization and specification of domain knowledge in AI.</p>\r\n<p>We plan to place particular emphasis on the identification and the representation of AI facets and various aspects (technology, legislation, ethics etc) with the purpose to facilitate knowledge exchange and reuse.</p>\r\n<p>Therefore the proposed outcomes could be instrumental to research and advancement of science and inquiry, as well as to increase the level of public awareness in general to enable learning and participation.</p>\r\n<p><strong>Proposed outcomes:</strong></p>\r\n<ul>\r\n<li>A comprehensive <a rel=\"nofollow\" href=\"https://www.w3.org/community/aikr/welcome/ai-kr-task-list/knowledge-sources-for-ai-kr/\">list of open access resources</a> in both AI and KR (useful to teaching and research)</li>\r\n<li>A set of <a rel=\"nofollow\" href=\"https://www.w3.org/community/aikr/welcome/ai-kr-task-list/metadata/\">metadata</a> derived from these resources</li>\r\n<li>A <a rel=\"nofollow\" href=\"https://www.w3.org/community/aikr/concept-maps/\">concept map</a> of the domain</li>\r\n<li>A natural language vocabulary to represent various aspects of AI</li>\r\n<li>One or more encoding/implementations/ machine language version of the vocabulary, such as ChatBot Natural Language Understanding & Natural Language Generation</li>\r\n<li>Methods for KR management, especially Natural Language Learning / Semantic Memory</li>\r\n</ul>\r\n<p><strong>WHO SHOULD JOIN:</strong> researchers and practitioners with an interest in developing AI KR artifacts (ontology, machine learning, markup languages)</p>\r\n\r\n<p><a rel=\"nofollow\" href=\"https://tinyurl.com/yb6h72w8\">Editable doc</a>.</p>\r\n\r\n",
"shortname": "aikr",
"spec-publisher": true,
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/aikr"
},
"homepage": {
"href": "https://www.w3.org/community/aikr/"
},
"users": {
"href": "https://api.w3.org/groups/cg/aikr/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/aikr/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/aikr/chairs"
},
"join": {
"href": "https://www.w3.org/community/aikr/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/aikr/participations"
}
},
"type": "community group",
"tr-publisher": false,
"group-type": "cg",
"identifier": "cg/aikr",
"services": [
{
"href": "https://api.w3.org/services/13804",
"title": "RSS"
},
{
"href": "https://api.w3.org/services/13805",
"title": "Chat"
},
{
"href": "https://api.w3.org/services/13806",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/13808",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/13840",
"title": "Wiki"
}
]
},
{
"id": 102172,
"name": "ARIA Authoring Practices Task Force",
"is_closed": false,
"description": "The ARIA Authoring Practices task force to develop WAI-ARIA Authoring Practices, which describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties.",
"shortname": "aria-practices",
"members": [
{
"id": 83726,
"name": "Accessible Rich Internet Applications Working Group",
"is_closed": false,
"description": "The mission of the Accessible Rich Internet Applications Working Group is to enhance the accessibility of web content through the development of supplemental attributes, including roles, states, and other properties, that can be applied to native host language elements and exposed via platform accessibility APIs.",
"shortname": "aria",
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/wg/aria"
},
"homepage": {
"href": "https://www.w3.org/WAI/ARIA/"
},
"users": {
"href": "https://api.w3.org/groups/wg/aria/users"
},
"services": {
"href": "https://api.w3.org/groups/wg/aria/services"
},
"specifications": {
"href": "https://api.w3.org/groups/wg/aria/specifications"
},
"chairs": {
"href": "https://api.w3.org/groups/wg/aria/chairs"
},
"team-contacts": {
"href": "https://api.w3.org/groups/wg/aria/teamcontacts"
},
"charters": {
"href": "https://api.w3.org/groups/wg/aria/charters"
},
"active-charter": {
"href": "https://api.w3.org/groups/wg/aria/charters/453"
},
"join": {
"href": "https://www.w3.org/groups/wg/aria/join"
},
"pp-status": {
"href": "https://www.w3.org/groups/wg/aria/ipr"
},
"participations": {
"href": "https://api.w3.org/groups/wg/aria/participations"
}
},
"type": "working group",
"start-date": "2015-10-22",
"end-date": "2024-12-31",
"tr-publisher": true,
"group-type": "wg",
"identifier": "wg/aria"
}
],
"internal": false,
"participants_list_public": true,
"discr": "tf",
"_links": {
"self": {
"href": "https://api.w3.org/groups/tf/aria-practices"
},
"homepage": {
"href": "https://www.w3.org/WAI/ARIA/task-forces/practices/"
},
"users": {
"href": "https://api.w3.org/groups/tf/aria-practices/users"
},
"services": {
"href": "https://api.w3.org/groups/tf/aria-practices/services"
},
"chairs": {
"href": "https://api.w3.org/groups/tf/aria-practices/chairs"
}
},
"tr-publisher": false,
"identifier": "tf/aria-practices",
"group-type": "tf",
"services": [
{
"href": "https://api.w3.org/services/12371",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/34825",
"title": "Other"
}
]
},
{
"id": 140270,
"name": "ARIA Editors",
"is_closed": false,
"description": "Coordination for editors of ARIA specifications",
"shortname": "aria-editors",
"members": [
{
"id": 83726,
"name": "Accessible Rich Internet Applications Working Group",
"is_closed": false,
"description": "The mission of the Accessible Rich Internet Applications Working Group is to enhance the accessibility of web content through the development of supplemental attributes, including roles, states, and other properties, that can be applied to native host language elements and exposed via platform accessibility APIs.",
"shortname": "aria",
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/wg/aria"
},
"homepage": {
"href": "https://www.w3.org/WAI/ARIA/"
},
"users": {
"href": "https://api.w3.org/groups/wg/aria/users"
},
"services": {
"href": "https://api.w3.org/groups/wg/aria/services"
},
"specifications": {
"href": "https://api.w3.org/groups/wg/aria/specifications"
},
"chairs": {
"href": "https://api.w3.org/groups/wg/aria/chairs"
},
"team-contacts": {
"href": "https://api.w3.org/groups/wg/aria/teamcontacts"
},
"charters": {
"href": "https://api.w3.org/groups/wg/aria/charters"
},
"active-charter": {
"href": "https://api.w3.org/groups/wg/aria/charters/453"
},
"join": {
"href": "https://www.w3.org/groups/wg/aria/join"
},
"pp-status": {
"href": "https://www.w3.org/groups/wg/aria/ipr"
},
"participations": {
"href": "https://api.w3.org/groups/wg/aria/participations"
}
},
"type": "working group",
"start-date": "2015-10-22",
"end-date": "2024-12-31",
"tr-publisher": true,
"group-type": "wg",
"identifier": "wg/aria"
}
],
"internal": false,
"participants_list_public": true,
"discr": "tf",
"_links": {
"self": {
"href": "https://api.w3.org/groups/tf/aria-editors"
},
"homepage": {
"href": "https://www.w3.org/WAI/ARIA/editors/"
},
"users": {
"href": "https://api.w3.org/groups/tf/aria-editors/users"
},
"services": {
"href": "https://api.w3.org/groups/tf/aria-editors/services"
},
"chairs": {
"href": "https://api.w3.org/groups/tf/aria-editors/chairs"
}
},
"tr-publisher": false,
"identifier": "tf/aria-editors",
"group-type": "tf",
"services": [
{
"href": "https://api.w3.org/services/33307",
"title": "Mailing List"
}
]
},
{
"id": 111355,
"name": "ARIA and Assistive Technologies Community Group",
"is_closed": false,
"description": "How WAI-ARIA is supported by assistive technologies, such as screen readers, is highly variable. This variation in WAI-ARIA rendering adds unnecessary complexity to the development of high-quality web experiences for users of assistive technologies and places significant limitations on the types of web widgets that can be made widely accessible.\r\n\r\nThis community group is dedicated to:\r\n\r\n1. helping assistive technology developers converge on a set of clear norms for baseline support of WAI-ARIA.\r\n2. Helping web developers understand the current state of support for WAI-ARIA by assistive technologies.\r\n\r\nWAI-ARIA is as important to assistive technology presentation as CSS is to visual presentation. Join us to help make WAI-ARIA as reliable as CSS.\r\n\r\nThis group will not publish Specifications.",
"shortname": "aria-at",
"spec-publisher": false,
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/aria-at"
},
"homepage": {
"href": "https://www.w3.org/community/aria-at/"
},
"users": {
"href": "https://api.w3.org/groups/cg/aria-at/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/aria-at/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/aria-at/chairs"
},
"join": {
"href": "https://www.w3.org/community/aria-at/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/aria-at/participations"
}
},
"type": "community group",
"tr-publisher": false,
"group-type": "cg",
"identifier": "cg/aria-at",
"services": [
{
"href": "https://api.w3.org/services/15443",
"title": "RSS"
},
{
"href": "https://api.w3.org/services/15444",
"title": "Chat"
},
{
"href": "https://api.w3.org/services/15445",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/15447",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/17367",
"title": "Version Control",
"details": {
"type": "repository",
"link": "https://github.com/w3c/aria-at",
"shortdesc": "Github repository",
"longdesc": "Github repository",
"external": true,
"closed": false,
"_links": {
"self": {
"href": "https://api.w3.org/services/17367"
},
"groups": {
"href": "https://api.w3.org/services/17367/groups"
}
}
}
}
]
},
{
"id": 93339,
"name": "Accessibility Conformance Testing (ACT) Task Force",
"is_closed": false,
"description": "The objective of the Accessibility Conformance Testing (ACT) Task Force is to evolve and maintain a repository of ACT Rules for WCAG 2, to promote a unified interpretation among different web accessibility test tools and methodologies. ACT Rules conform to the ACT Rules Format 1.0 to document different testing practices. The ACT TF reviews ACT Rules, and present them to AGWG when they meet stringent quality criteria. AGWG may publish such ACT Rules as non-normative W3C resources, as part of the supplemental guidance for WCAG 2.",
"shortname": "wcag-act",
"members": [
{
"id": 35422,
"name": "Accessibility Guidelines Working Group",
"is_closed": false,
"description": "The mission of the Accessibility Guidelines Working Group (AG WG) is to develop specifications to make content on the Web accessible for people with disabilities and to participate in the development and maintenance of implementation support materials for the Web Content Accessibility Guidelines.",
"shortname": "ag",
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/wg/ag"
},
"homepage": {
"href": "https://www.w3.org/WAI/GL/"
},
"users": {
"href": "https://api.w3.org/groups/wg/ag/users"
},
"services": {
"href": "https://api.w3.org/groups/wg/ag/services"
},
"specifications": {
"href": "https://api.w3.org/groups/wg/ag/specifications"
},
"chairs": {
"href": "https://api.w3.org/groups/wg/ag/chairs"
},
"team-contacts": {
"href": "https://api.w3.org/groups/wg/ag/teamcontacts"
},
"charters": {
"href": "https://api.w3.org/groups/wg/ag/charters"
},
"active-charter": {
"href": "https://api.w3.org/groups/wg/ag/charters/492"
},
"join": {
"href": "https://www.w3.org/groups/wg/ag/join"
},
"pp-status": {
"href": "https://www.w3.org/groups/wg/ag/ipr"
},
"participations": {
"href": "https://api.w3.org/groups/wg/ag/participations"
}
},
"type": "working group",
"start-date": "1997-10-06",
"end-date": "2025-10-31",
"tr-publisher": true,
"group-type": "wg",
"identifier": "wg/ag"
}
],
"internal": false,
"participants_list_public": true,
"discr": "tf",
"_links": {
"self": {
"href": "https://api.w3.org/groups/tf/wcag-act"
},
"homepage": {
"href": "https://www.w3.org/WAI/GL/task-forces/conformance-testing/"
},
"users": {
"href": "https://api.w3.org/groups/tf/wcag-act/users"
},
"services": {
"href": "https://api.w3.org/groups/tf/wcag-act/services"
},
"chairs": {
"href": "https://api.w3.org/groups/tf/wcag-act/chairs"
}
},
"tr-publisher": false,
"identifier": "tf/wcag-act",
"group-type": "tf",
"services": [
{
"href": "https://api.w3.org/services/6408",
"title": "Wiki"
},
{
"href": "https://api.w3.org/services/6711",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/7643",
"title": "Mailing List"
}
]
},
{
"id": 134546,
"name": "Accessibility Discoverability Vocabulary for Schema.org Community Group",
"is_closed": false,
"description": "The primary objective of this group is to maintain and develop the vocabularies for the accessibility discoverability properties in schema.org, that enable discovery of accessible content. This community group is a successor to the Accessibility Metadata Project that first proposed the properties, which were based on the Access for All metadata. The group may also propose additional properties in the future, if needed.",
"shortname": "a11y-discov-vocab",
"spec-publisher": true,
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/a11y-discov-vocab"
},
"homepage": {
"href": "https://www.w3.org/community/a11y-discov-vocab/"
},
"users": {
"href": "https://api.w3.org/groups/cg/a11y-discov-vocab/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/a11y-discov-vocab/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/a11y-discov-vocab/chairs"
},
"join": {
"href": "https://www.w3.org/community/a11y-discov-vocab/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/a11y-discov-vocab/participations"
}
},
"type": "community group",
"tr-publisher": false,
"group-type": "cg",
"identifier": "cg/a11y-discov-vocab",
"services": [
{
"href": "https://api.w3.org/services/33286",
"title": "RSS"
},
{
"href": "https://api.w3.org/services/33287",
"title": "Chat"
},
{
"href": "https://api.w3.org/services/33288",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/33289",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/33291",
"title": "Version Control",
"details": {
"type": "repository",
"link": "https://github.com/w3c/a11y-discov-vocab",
"shortdesc": "GitHub",
"longdesc": "GitHub",
"external": true,
"closed": false,
"_links": {
"self": {
"href": "https://api.w3.org/services/33291"
},
"groups": {
"href": "https://api.w3.org/services/33291/groups"
}
}
}
}
]
},
{
"id": 35422,
"name": "Accessibility Guidelines Working Group",
"is_closed": false,
"description": "The mission of the Accessibility Guidelines Working Group (AG WG) is to develop specifications to make content on the Web accessible for people with disabilities and to participate in the development and maintenance of implementation support materials for the Web Content Accessibility Guidelines.",
"shortname": "ag",
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/wg/ag"
},
"homepage": {
"href": "https://www.w3.org/WAI/GL/"
},
"users": {
"href": "https://api.w3.org/groups/wg/ag/users"
},
"services": {
"href": "https://api.w3.org/groups/wg/ag/services"
},
"specifications": {
"href": "https://api.w3.org/groups/wg/ag/specifications"
},
"chairs": {
"href": "https://api.w3.org/groups/wg/ag/chairs"
},
"team-contacts": {
"href": "https://api.w3.org/groups/wg/ag/teamcontacts"
},
"charters": {
"href": "https://api.w3.org/groups/wg/ag/charters"
},
"active-charter": {
"href": "https://api.w3.org/groups/wg/ag/charters/492"
},
"join": {
"href": "https://www.w3.org/groups/wg/ag/join"
},
"pp-status": {
"href": "https://www.w3.org/groups/wg/ag/ipr"
},
"participations": {
"href": "https://api.w3.org/groups/wg/ag/participations"
}
},
"type": "working group",
"start-date": "1997-10-06",
"end-date": "2025-10-31",
"tr-publisher": true,
"group-type": "wg",
"identifier": "wg/ag",
"services": [
{
"href": "https://api.w3.org/services/171",
"title": "Wiki"
},
{
"href": "https://api.w3.org/services/272",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/25891",
"title": "Issue Tracking"
},
{
"href": "https://api.w3.org/services/34936",
"title": "Mailing List"
}
]
},
{
"id": 154193,
"name": "Accessibility Internationalization Community Group",
"is_closed": false,
"description": "The mission of the Accessibility Internationalization Community Group is to improve the internationalization of:\r\n<ul>\r\n<li>The Cognitive and Learning Disabilities Accessibility (COGA) Task Force</li>\r\n<li>The Accessibility Guidelines Working Group (AG)</li>\r\n</ul>\r\n\r\nScope\r\nThe Accessibility Internationalization Community Group will include the following efforts:\r\n<ul>\r\n<li>Improve the internationalization of COGA and AG publications.</li>\r\n<li>Develop criteria and tests for easy-to-understand language in different languages.</li>\r\n<li>Develop criteria and tests for text appearance and semantics in different writing systems</li>\r\n<li>Develop criteria and tests for additional guidance that changes based on additional language, writing system, or culture.</li>\r\n</ul>\r\n\r\nThe community group’s initial focus is to help internationalize two accessibility resources that are currently in development:\r\n<ul>\r\n<li>The next version of Making Content Usable for People with Cognitive and Learning Disabilities </li>\r\n<li>WCAG 3.0, with two guidelines as the top priorities: “Clear Language” and “Text Appearance and Semantics,” which will have tests and criteria in different languages.</li>\r\n</ul>",
"shortname": "global-inclusion",
"spec-publisher": true,
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/global-inclusion"
},
"homepage": {
"href": "https://www.w3.org/community/global-inclusion/"
},
"users": {
"href": "https://api.w3.org/groups/cg/global-inclusion/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/global-inclusion/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/global-inclusion/chairs"
},
"join": {
"href": "https://www.w3.org/community/global-inclusion/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/global-inclusion/participations"
}
},
"type": "community group",
"tr-publisher": false,
"group-type": "cg",
"identifier": "cg/global-inclusion",
"services": [
{
"href": "https://api.w3.org/services/43870",
"title": "RSS"
},
{
"href": "https://api.w3.org/services/43871",
"title": "Chat"
},
{
"href": "https://api.w3.org/services/43872",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/43873",
"title": "Mailing List"
}
]
},
{
"id": 161589,
"name": "Accessibility Roles and Responsibilities Mapping (ARRM) Community Group",
"is_closed": false,
"description": "<p>This is the community group for individuals interested in contributing to the development and maintenance of the Accessibility Roles and Responsibilities Mapping (ARRM) framework. </p>\r\n\r\n<p>The purpose of the ARRM is to guide web teams (designers, developers and content creators) and subject matter experts in successfully distributing accessibility responsibilities by roles in a web development lifecycle, so that every stakeholder understands the role that they have to play in embedding accessibility requirements and best practices in their workflow in order to make digital content more usable to - and inclusive of - people with various types of disabilities.</p>\r\n\r\n<p>This group will not publish Specifications.</p>",
"shortname": "arrm",
"spec-publisher": false,
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/arrm"
},
"homepage": {
"href": "https://www.w3.org/community/arrm/"
},
"users": {
"href": "https://api.w3.org/groups/cg/arrm/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/arrm/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/arrm/chairs"
},
"join": {
"href": "https://www.w3.org/community/arrm/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/arrm/participations"
}
},
"type": "community group",
"tr-publisher": false,
"group-type": "cg",
"identifier": "cg/arrm",
"services": [
{
"href": "https://api.w3.org/services/43963",
"title": "RSS"
},
{
"href": "https://api.w3.org/services/43964",
"title": "Chat"
},
{
"href": "https://api.w3.org/services/43965",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/43966",
"title": "Mailing List"
}
]
},
{
"id": 138124,
"name": "Accessibility at the Edge Community Group",
"is_closed": false,
"description": "The mission of the Accessibility at the Edge Community Group is to examine improvements to internet accessibility via \"edge computing\", a relatively new paradigm that focuses on performing tasks at the edge of the network. Unlike cloud computing, edge computing emphasizes activities that occur closer to the user; these could include accessibility oriented user-agent extensions, applications on content delivery networks, JavaScript-enabled capabilities, AI or ML. The group is a forum for discussing both currently available products, potentially new applications not yet commercially available, as well as objective measures of the quality of any one of these. Our tasks can include inventorying both opportunities and challenges, drafting and incubating Internet specifications for further assessment, standardization, prototyping and testing of reference implementations. A11Y-EDGE CG meetings work and operate under the <a href=\"https://www.w3.org/Consortium/cepc/\">W3C Code of Ethics and Professional Conduct</a>.",
"shortname": "a11yedge",
"spec-publisher": true,
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/a11yedge"
},
"homepage": {
"href": "https://www.w3.org/community/a11yedge/"
},
"users": {
"href": "https://api.w3.org/groups/cg/a11yedge/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/a11yedge/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/a11yedge/chairs"
},
"join": {
"href": "https://www.w3.org/community/a11yedge/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/a11yedge/participations"
}
},
"type": "community group",
"tr-publisher": false,
"group-type": "cg",
"identifier": "cg/a11yedge",
"services": [
{
"href": "https://api.w3.org/services/34821",
"title": "RSS"
},
{
"href": "https://api.w3.org/services/34822",
"title": "Chat"
},
{
"href": "https://api.w3.org/services/34823",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/34824",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/43845",
"title": "Version Control",
"details": {
"type": "repository",
"link": "https://github.com/a11yedge/",
"shortdesc": "GitHub",
"longdesc": "GitHub repositories",
"external": true,
"closed": false,
"_links": {
"self": {
"href": "https://api.w3.org/services/43845"
},
"groups": {
"href": "https://api.w3.org/services/43845/groups"
}
}
}
}
]
},
{
"id": 119612,
"name": "Accessibility for Children Community Group",
"is_closed": false,
"description": "<p>The mission of this group is to discuss accessibility adapted for children (age appropriate, literacy relevant).</p>\r\n\r\n<p>The Community Group welcomes <a rel=\"nofollow\" href=\"https://www.w3.org/community/accessibility4children/2022/01/13/invitation-to-sponsor-accommodations/\">meeting accommodation sponsorship</a> through funding or complimentary services. Many thanks to Patricia Lessard, <a rel=\"nofollow\" href=\"http://www.thingsentertainment.net\">Things Entertainment, LLC</a> and <a rel=\"nofollow\" href=\"https://dspa.org\">Deaf Services of Palo Alto</a> for your donations.</p>",
"shortname": "accessibility4children",
"spec-publisher": true,
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/accessibility4children"
},
"homepage": {
"href": "https://www.w3.org/community/accessibility4children/"
},
"users": {
"href": "https://api.w3.org/groups/cg/accessibility4children/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/accessibility4children/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/accessibility4children/chairs"
},
"join": {
"href": "https://www.w3.org/community/accessibility4children/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/accessibility4children/participations"
}
},
"type": "community group",
"tr-publisher": false,
"group-type": "cg",
"identifier": "cg/accessibility4children",
"services": [
{
"href": "https://api.w3.org/services/17358",
"title": "RSS"
},
{
"href": "https://api.w3.org/services/17359",
"title": "Chat"
},
{
"href": "https://api.w3.org/services/17360",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/17361",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/33230",
"title": "Wiki"
}
]
},
{
"id": 83907,
"name": "Accessible Platform Architectures Working Group",
"is_closed": false,
"description": "The mission of the Accessible Platform Architectures Working Group (APA WG, formerly part of the Protocols and Formats Working Group) is to ensure W3C specifications provide support for accessibility to people with disabilities. The group advances this mission through review of W3C specifications, development of technical support materials, collaboration with other Working Groups, and coordination of harmonized accessibility strategies within W3C.",
"shortname": "apa",
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/wg/apa"
},
"homepage": {
"href": "https://www.w3.org/WAI/APA/"
},
"users": {
"href": "https://api.w3.org/groups/wg/apa/users"
},
"services": {
"href": "https://api.w3.org/groups/wg/apa/services"
},
"specifications": {
"href": "https://api.w3.org/groups/wg/apa/specifications"
},
"chairs": {
"href": "https://api.w3.org/groups/wg/apa/chairs"
},
"team-contacts": {
"href": "https://api.w3.org/groups/wg/apa/teamcontacts"
},
"charters": {
"href": "https://api.w3.org/groups/wg/apa/charters"
},
"active-charter": {
"href": "https://api.w3.org/groups/wg/apa/charters/484"
},
"join": {
"href": "https://www.w3.org/groups/wg/apa/join"
},
"pp-status": {
"href": "https://www.w3.org/groups/wg/apa/ipr"
},
"participations": {
"href": "https://api.w3.org/groups/wg/apa/participations"
}
},
"type": "working group",
"start-date": "2015-10-22",
"end-date": "2025-07-31",
"tr-publisher": true,
"group-type": "wg",
"identifier": "wg/apa",
"services": [
{
"href": "https://api.w3.org/services/6245",
"title": "Wiki"
},
{
"href": "https://api.w3.org/services/6726",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/6846",
"title": "Mailing List"
},
{
"href": "https://api.w3.org/services/25892",