-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathcss-color-space.json
43 lines (43 loc) · 1.02 KB
/
css-color-space.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
{
"url": "https://www.w3.org/TR/css-color-4/",
"wgs": [
{
"url": "https://www.w3.org/Style/CSS/",
"label": "Cascading Style Sheets (CSS) Working Group"
}
],
"impl": {
"webkitstatus": "specification-css-color-level-4"
},
"title": "CSS Color Module Level 4",
"features": {
"icc-colors": {
"title": "profiled device-dependent colors",
"url": "#icc-colors"
},
"hsla": {
"title": "hsl/hsla syntax",
"url": "#the-hsl-notation",
"impl": {
"chromestatus": 5656221012983808,
"mdn": "css.properties.color.alpha"
}
},
"rgba": {
"title": "rgb/rgba syntax",
"url": "#rgb-functions",
"impl": {
"chromestatus": 5124205561511936,
"mdn": "css.properties.color.alpha"
}
},
"rgba-hex": {
"title": "RGBA hexadecimal notation",
"url": "#hex-notation",
"impl": {
"chromestatus": 5685348285808640,
"mdn": "css.properties.color.alpha_hexadecimal_notation"
}
}
}
}