-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepos.json
63 lines (63 loc) · 1.19 KB
/
repos.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
{
"meta": {
"version": 1
},
"repos": {
"ag": {
"workingGroup": {
"main": "w3c/wcag"
},
"taskForces": {
"coga": {
"main": "w3c/coga"
},
"wcag2ict": {
"main": "w3c/wcag2ict"
}
}
},
"apa": {
"horizontalReview": {
"specs": "w3c/a11y-request",
"comments": "w3c/a11y-review"
},
"workingGroup": {
"main": "w3c/apa",
"others": [
"w3c/captcha-accessibility"
]
},
"taskForces": {
"adapt": {
"main": "w3c/adapt",
"others": [
"w3c/aac-registry"
]
},
"coga": {
"main": "w3c/coga"
},
"fast": {
"main": "w3c/fast"
},
"maturity": {
"main": "w3c/maturity-model"
},
"pronunciation": {
"main": "w3c/pronunciation"
},
"rq": {
"main": "w3c/rqtf",
"others": [
"w3c/ctaur",
"w3c/media-accessibility-reqs",
"w3c/naur",
"w3c/raur",
"w3c/saur",
"w3c/xaur"
]
}
}
}
}
}