@@ -2010,6 +2010,23 @@ export default [
20102010 "interoperable_at" : 1579046400 ,
20112011 "vendors_implementations" : 3
20122012 } ,
2013+ {
2014+ "id" : "property-rule-prelude-list" ,
2015+ "title" : "`@property` prelude list" ,
2016+ "description" : "Declare a list of custom properties in a single `@property` rule" ,
2017+ "specification" : "https://github.com/w3c/csswg-drafts/issues/7523#issuecomment-3683970305" ,
2018+ "stage" : 2 ,
2019+ "browser_support" : { } ,
2020+ "docs" : { } ,
2021+ "example" : "@property --color-a, --color-b {\n inherits: true;\n initial-value: black;\n syntax: \"<color>\";\n}" ,
2022+ "polyfills" : [
2023+ {
2024+ "type" : "PostCSS Plugin" ,
2025+ "link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-property-rule-prelude-list"
2026+ }
2027+ ] ,
2028+ "vendors_implementations" : 0
2029+ } ,
20132030 {
20142031 "id" : "random-function" ,
20152032 "title" : "`random()` function" ,
@@ -2239,6 +2256,23 @@ export default [
22392256 ] ,
22402257 "vendors_implementations" : 3
22412258 } ,
2259+ {
2260+ "id" : "syntax-descriptor-syntax-production" ,
2261+ "title" : "`<syntax>` production in `syntax` descriptors" ,
2262+ "description" : "Use the `<syntax>` production in `syntax` descriptors" ,
2263+ "specification" : "https://github.com/w3c/csswg-drafts/issues/11426#issuecomment-3657538113" ,
2264+ "stage" : 2 ,
2265+ "browser_support" : { } ,
2266+ "docs" : { } ,
2267+ "example" : "@property --color {\n inherits: true;\n initial-value: black;\n syntax: <color>;\n}" ,
2268+ "polyfills" : [
2269+ {
2270+ "type" : "PostCSS Plugin" ,
2271+ "link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-syntax-descriptor-syntax-production"
2272+ }
2273+ ] ,
2274+ "vendors_implementations" : 0
2275+ } ,
22422276 {
22432277 "id" : "system-ui-font-family" ,
22442278 "title" : "`system-ui` Font Family" ,
@@ -2298,7 +2332,7 @@ export default [
22982332 "mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/text-decoration"
22992333 } ,
23002334 "example" : "p {\n text-decoration: green wavy underline 2px;\n}" ,
2301- "interoperable_at" : 1605744000 ,
2335+ "interoperable_at" : 1765497600 ,
23022336 "polyfills" : [
23032337 {
23042338 "type" : "PostCSS Plugin" ,
0 commit comments