forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-nav.json
55 lines (55 loc) · 1.54 KB
/
css-nav.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
{
"spec": {
"title": "CSS Spatial Navigation Level 1",
"url": "https://www.w3.org/TR/css-nav-1/"
},
"properties": {
"spatial-navigation-contain": {
"name": "spatial-navigation-contain",
"value": "auto | contain",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"spatial-navigation-contain",
"spatialNavigationContain"
]
},
"spatial-navigation-action": {
"name": "spatial-navigation-action",
"value": "auto | focus | scroll",
"initial": "auto",
"appliesTo": "scroll containers",
"inherited": "no",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"spatial-navigation-action",
"spatialNavigationAction"
]
},
"spatial-navigation-function": {
"name": "spatial-navigation-function",
"value": "normal | grid",
"initial": "normal",
"appliesTo": "spatial navigation containers",
"inherited": "no",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"spatial-navigation-function",
"spatialNavigationFunction"
]
}
},
"descriptors": {},
"valuespaces": {}
}