forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccname-1.2.json
44 lines (44 loc) · 984 Bytes
/
accname-1.2.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
{
"spec": {
"title": "Accessible Name and Description Computation 1.2",
"url": "https://w3c.github.io/accname/"
},
"refs": {
"normative": [
{
"name": "CORE-AAM-1.2",
"url": "https://www.w3.org/TR/core-aam-1.2/"
},
{
"name": "CSS2",
"url": "https://www.w3.org/TR/CSS21/"
},
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "RFC8174",
"url": "https://datatracker.ietf.org/doc/html/rfc8174"
},
{
"name": "WAI-ARIA",
"url": "https://www.w3.org/TR/wai-aria-1.1/"
}
],
"informative": [
{
"name": "ACCNAME-1.1",
"url": "https://www.w3.org/TR/accname-1.1/"
},
{
"name": "DOM",
"url": "https://dom.spec.whatwg.org/"
},
{
"name": "wai-aria-1.2",
"url": "https://www.w3.org/TR/wai-aria-1.2/"
}
]
}
}