forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccelerometer.json
52 lines (52 loc) · 1.16 KB
/
accelerometer.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
{
"spec": {
"title": "Accelerometer",
"url": "https://w3c.github.io/accelerometer/"
},
"refs": {
"normative": [
{
"name": "GENERIC-SENSOR",
"url": "https://w3c.github.io/sensors/"
},
{
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
{
"name": "PERMISSIONS",
"url": "https://w3c.github.io/permissions/"
},
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "SCREEN-ORIENTATION",
"url": "https://w3c.github.io/screen-orientation/"
},
{
"name": "WEBIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": [
{
"name": "ACCESSORY",
"url": "https://dl.acm.org/citation.cfm?id=2162095"
},
{
"name": "KEYSTROKEDEFENSE",
"url": "https://arxiv.org/abs/1410.7746"
},
{
"name": "SI",
"url": "http://www.bipm.org/en/publications/si-brochure/"
},
{
"name": "TOUCHSIGNATURES",
"url": "https://arxiv.org/abs/1602.04115"
}
]
}
}