@@ -33,6 +33,23 @@ export default [
3333 ] ,
3434 "vendors_implementations" : 3
3535 } ,
36+ {
37+ "id" : "alpha-function" ,
38+ "title" : "`alpha()` Function" ,
39+ "description" : "Relative alpha colors" ,
40+ "specification" : "https://drafts.csswg.org/css-color-5/#relative-alpha" ,
41+ "stage" : 2 ,
42+ "browser_support" : { } ,
43+ "docs" : { } ,
44+ "example" : "p {\n color: alpha(from red / calc(alpha * 0.5));\n}" ,
45+ "polyfills" : [
46+ {
47+ "type" : "PostCSS Plugin" ,
48+ "link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function"
49+ }
50+ ] ,
51+ "vendors_implementations" : 0
52+ } ,
3653 {
3754 "id" : "any-link-pseudo-class" ,
3855 "title" : "`:any-link` Hyperlink Pseudo-Class" ,
@@ -310,6 +327,23 @@ export default [
310327 "vendors_implementations" : 3 ,
311328 "web-feature" : "color-function"
312329 } ,
330+ {
331+ "id" : "color-function-display-p3-linear" ,
332+ "title" : "The `display-p3-linear` Color Space for the `color()` Function" ,
333+ "description" : "The `display-p3-linear` predefined color space is the same as `display-p3` except that the transfer function is linear-light." ,
334+ "specification" : "https://drafts.csswg.org/css-color-4/#predefined-display-p3-linear" ,
335+ "stage" : 2 ,
336+ "browser_support" : { } ,
337+ "docs" : { } ,
338+ "example" : "p {\n color: color(display-p3-linear 0.3081 0.014 0.0567);\n}" ,
339+ "polyfills" : [
340+ {
341+ "type" : "PostCSS Plugin" ,
342+ "link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear"
343+ }
344+ ] ,
345+ "vendors_implementations" : 0
346+ } ,
313347 {
314348 "id" : "color-functional-notation" ,
315349 "title" : "Color Functional Notation" ,
@@ -2086,22 +2120,28 @@ export default [
20862120 "specification" : "https://www.w3.org/TR/css-values-4/#sign-funcs" ,
20872121 "stage" : 2 ,
20882122 "browser_support" : {
2123+ "and_chr" : "138" ,
20892124 "and_ff" : "118" ,
2125+ "android" : "138" ,
2126+ "chrome" : "138" ,
2127+ "edge" : "138" ,
20902128 "firefox" : "118" ,
20912129 "ios_saf" : "15.4" ,
2130+ "op_mob" : "91" ,
20922131 "safari" : "15.4"
20932132 } ,
20942133 "docs" : {
20952134 "mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/sign"
20962135 } ,
20972136 "example" : "div {\n order: abs(-10);\n order: sign(-10);\n}" ,
2137+ "interoperable_at" : 1750896000 ,
20982138 "polyfills" : [
20992139 {
21002140 "type" : "PostCSS Plugin" ,
21012141 "link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions"
21022142 }
21032143 ] ,
2104- "vendors_implementations" : 2
2144+ "vendors_implementations" : 3
21052145 } ,
21062146 {
21072147 "id" : "src-function" ,
0 commit comments