-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathcss-properties-values-api.json
39 lines (39 loc) · 1.26 KB
/
css-properties-values-api.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
{
"spec": {
"title": "CSS Properties and Values API Level 1",
"url": "https://drafts.css-houdini.org/css-properties-values-api-1/"
},
"properties": [],
"atrules": [
{
"name": "@property",
"href": "https://drafts.css-houdini.org/css-properties-values-api-1/#at-ruledef-property",
"descriptors": [
{
"name": "syntax",
"href": "https://drafts.css-houdini.org/css-properties-values-api-1/#descdef-property-syntax",
"for": "@property",
"value": "<string>",
"initial": "n/a (see prose)"
},
{
"name": "inherits",
"href": "https://drafts.css-houdini.org/css-properties-values-api-1/#descdef-property-inherits",
"for": "@property",
"value": "true | false",
"initial": "n/a (see prose)"
},
{
"name": "initial-value",
"href": "https://drafts.css-houdini.org/css-properties-values-api-1/#descdef-property-initial-value",
"for": "@property",
"value": "<declaration-value>?",
"initial": "the guaranteed-invalid value (but see prose)"
}
],
"value": "@property <custom-property-name> { <declaration-list> }"
}
],
"selectors": [],
"values": []
}