forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompositing.json
56 lines (56 loc) · 1.89 KB
/
compositing.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
{
"spec": {
"title": "Compositing and Blending Level 2",
"url": "https://drafts.fxtf.org/compositing-2/"
},
"properties": {
"mix-blend-mode": {
"name": "mix-blend-mode",
"value": "<blend-mode>",
"initial": "normal",
"appliesTo": "All elements. In SVG, it applies to container elements, graphics elements and graphics referencing elements. [SVG11]",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animatable": "no"
},
"isolation": {
"name": "isolation",
"value": "<isolation-mode>",
"initial": "auto",
"appliesTo": "All elements. In SVG, it applies to container elements, graphics elements and graphics referencing elements. [SVG11]",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animatable": "no"
},
"background-blend-mode": {
"name": "background-blend-mode",
"value": "<blend-mode>#",
"initial": "normal",
"appliesTo": "All HTML elements",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animatable": "no"
}
},
"descriptors": {},
"valuespaces": {
"<blend-mode>": {
"value": "normal | multiply | screen | overlay | darken | lighten | color-dodge |color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity"
},
"<isolation-mode>": {
"value": "auto | isolate"
},
"<composite-mode>": {
"value": "clear | copy | source-over | destination-over | source-in | destination-in | source-out | destination-out | source-atop | destination-atop | xor | lighter | plus-darker | plus-lighter"
}
}
}