@@ -472,6 +472,23 @@ export default [
472472 "vendors_implementations" : 3 ,
473473 "web-feature" : "container-queries"
474474 } ,
475+ {
476+ "id" : "container-rule-prelude-list" ,
477+ "title" : "`@container` prelude list" ,
478+ "description" : "Declare a list of container queries in a single `@container` rule" ,
479+ "specification" : "https://drafts.csswg.org/css-conditional-5/#container-rule" ,
480+ "stage" : 2 ,
481+ "browser_support" : { } ,
482+ "docs" : { } ,
483+ "example" : "@container card (inline-size > 30em), style(--responsive: true) {\n /* styles */\n}" ,
484+ "polyfills" : [
485+ {
486+ "type" : "PostCSS Plugin" ,
487+ "link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-container-rule-prelude-list"
488+ }
489+ ] ,
490+ "vendors_implementations" : 0
491+ } ,
475492 {
476493 "id" : "content-alt-text" ,
477494 "title" : "Alt text for `content`" ,
@@ -520,6 +537,7 @@ export default [
520537 "edge" : "147" ,
521538 "firefox" : "146" ,
522539 "ios_saf" : "26" ,
540+ "op_mob" : "98" ,
523541 "opera" : "131" ,
524542 "safari" : "26" ,
525543 "webview_ios" : "26"
@@ -1237,6 +1255,23 @@ export default [
12371255 "vendors_implementations" : 3 ,
12381256 "web-feature" : "ic"
12391257 } ,
1258+ {
1259+ "id" : "image-function" ,
1260+ "title" : "`image()` Function" ,
1261+ "description" : "Generate a solid-color image from any color." ,
1262+ "specification" : "https://drafts.csswg.org/css-images-4/#funcdef-image" ,
1263+ "stage" : 2 ,
1264+ "browser_support" : { } ,
1265+ "docs" : { } ,
1266+ "example" : "div {\n background-image: image( purple );\n}" ,
1267+ "polyfills" : [
1268+ {
1269+ "type" : "PostCSS Plugin" ,
1270+ "link" : "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-function"
1271+ }
1272+ ] ,
1273+ "vendors_implementations" : 0
1274+ } ,
12401275 {
12411276 "id" : "image-set-function" ,
12421277 "title" : "`image-set()` Function" ,
0 commit comments