-
Notifications
You must be signed in to change notification settings - Fork 79
/
css-nav-1.json
48 lines (48 loc) · 1.15 KB
/
css-nav-1.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
{
"spec": {
"title": "CSS Spatial Navigation Level 1",
"url": "https://drafts.csswg.org/css-nav-1/"
},
"events": [
{
"type": "navbeforefocus",
"interface": "NavigationEvent",
"bubbles": true,
"cancelable": true,
"src": {
"format": "css definition table"
}
},
{
"type": "navnotarget",
"interface": "NavigationEvent",
"bubbles": true,
"cancelable": true,
"src": {
"format": "css definition table"
}
},
{
"type": "navbeforefocus",
"targets": [
"NavigationEvent"
],
"src": {
"format": "dfn",
"href": "https://drafts.csswg.org/css-nav-1/#eventdef-navigationevent-navbeforefocus"
},
"href": "https://drafts.csswg.org/css-nav-1/#eventdef-navigationevent-navbeforefocus"
},
{
"type": "navnotarget",
"targets": [
"NavigationEvent"
],
"src": {
"format": "dfn",
"href": "https://drafts.csswg.org/css-nav-1/#eventdef-navigationevent-navnotarget"
},
"href": "https://drafts.csswg.org/css-nav-1/#eventdef-navigationevent-navnotarget"
}
]
}