forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-color-adjust.json
70 lines (70 loc) · 2.06 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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?",
"initial": "normal",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "the keyword normal, or an ordered list of specified color scheme keywords",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"color-scheme",
"colorScheme"
]
},
"forced-color-adjust": {
"name": "forced-color-adjust",
"value": "auto | none | preserve-parent-color",
"initial": "auto",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"forced-color-adjust",
"forcedColorAdjust"
]
},
"print-color-adjust": {
"name": "print-color-adjust",
"value": "economy | exact",
"initial": "economy",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"print-color-adjust",
"printColorAdjust"
]
},
"color-adjust": {
"name": "color-adjust",
"value": "<print-color-adjust>",
"initial": "see individual properties",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
"percentages": "see individual properties",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"styleDeclaration": [
"color-adjust",
"colorAdjust"
]
}
},
"descriptors": {},
"valuespaces": {}
}