forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-color-adjust.json
43 lines (43 loc) · 1.27 KB
/
css-color-adjust.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
{
"spec": {
"title": "CSS Color Adjustment Module Level 1",
"url": "https://www.w3.org/TR/css-color-adjust-1/"
},
"properties": {
"color-scheme": {
"name": "color-scheme",
"value": "normal | [ light | dark | <custom-ident> ]+ | only && light",
"initial": "normal",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "the keyword normal, or optional only keyword and ordered list of specified color scheme keywords",
"canonicalOrder": "per grammar",
"animationType": "discrete"
},
"forced-color-adjust": {
"name": "forced-color-adjust",
"value": "auto | none",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete"
},
"color-adjust": {
"name": "color-adjust",
"value": "economy | exact",
"initial": "economy",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete"
}
},
"descriptors": {},
"valuespaces": {}
}