|
167 | 167 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers"
|
168 | 168 | }
|
169 | 169 | ],
|
170 |
| - "vendors_implementations": 3 |
| 170 | + "vendors_implementations": 3, |
| 171 | + "web-feature": "cascade-layers" |
171 | 172 | },
|
172 | 173 | {
|
173 | 174 | "id": "case-insensitive-attributes",
|
|
297 | 298 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function"
|
298 | 299 | }
|
299 | 300 | ],
|
300 |
| - "vendors_implementations": 3 |
| 301 | + "vendors_implementations": 3, |
| 302 | + "web-feature": "color-function" |
301 | 303 | },
|
302 | 304 | {
|
303 | 305 | "id": "color-functional-notation",
|
|
362 | 364 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function"
|
363 | 365 | }
|
364 | 366 | ],
|
365 |
| - "vendors_implementations": 3 |
| 367 | + "vendors_implementations": 3, |
| 368 | + "web-feature": "color-mix" |
366 | 369 | },
|
367 | 370 | {
|
368 | 371 | "id": "color-mod-function",
|
|
400 | 403 | "samsung": "20.0"
|
401 | 404 | },
|
402 | 405 | "docs": {
|
403 |
| - "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries" |
| 406 | + "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_queries" |
404 | 407 | },
|
405 | 408 | "example": ".container {\n contain: layout inline-size;\n}\n\n@container (min-width: 700px) {\n .container {\n /* styles applied when a container is at least 700px */\n }\n}",
|
406 | 409 | "interoperable_at": 1676332800,
|
|
410 | 413 | "link": "https://www.npmjs.com/package/container-query-polyfill"
|
411 | 414 | }
|
412 | 415 | ],
|
413 |
| - "vendors_implementations": 3 |
| 416 | + "vendors_implementations": 3, |
| 417 | + "web-feature": "container-queries" |
414 | 418 | },
|
415 | 419 | {
|
416 | 420 | "id": "custom-media-queries",
|
|
459 | 463 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties"
|
460 | 464 | }
|
461 | 465 | ],
|
462 |
| - "vendors_implementations": 3 |
| 466 | + "vendors_implementations": 3, |
| 467 | + "web-feature": "custom-properties" |
463 | 468 | },
|
464 | 469 | {
|
465 | 470 | "id": "custom-property-sets",
|
|
724 | 729 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible"
|
725 | 730 | }
|
726 | 731 | ],
|
727 |
| - "vendors_implementations": 3 |
| 732 | + "vendors_implementations": 3, |
| 733 | + "web-feature": "focus-visible" |
728 | 734 | },
|
729 | 735 | {
|
730 | 736 | "id": "focus-within-pseudo-class",
|
|
984 | 990 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo"
|
985 | 991 | }
|
986 | 992 | ],
|
987 |
| - "vendors_implementations": 3 |
| 993 | + "vendors_implementations": 3, |
| 994 | + "web-feature": "has" |
988 | 995 | },
|
989 | 996 | {
|
990 | 997 | "id": "hexadecimal-alpha-notation",
|
|
1082 | 1089 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit"
|
1083 | 1090 | }
|
1084 | 1091 | ],
|
1085 |
| - "vendors_implementations": 3 |
| 1092 | + "vendors_implementations": 3, |
| 1093 | + "web-feature": "ic" |
1086 | 1094 | },
|
1087 | 1095 | {
|
1088 | 1096 | "id": "image-set-function",
|
|
1175 | 1183 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class"
|
1176 | 1184 | }
|
1177 | 1185 | ],
|
1178 |
| - "vendors_implementations": 3 |
| 1186 | + "vendors_implementations": 3, |
| 1187 | + "web-feature": "is" |
1179 | 1188 | },
|
1180 | 1189 | {
|
1181 | 1190 | "id": "lab-function",
|
|
1206 | 1215 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function"
|
1207 | 1216 | }
|
1208 | 1217 | ],
|
1209 |
| - "vendors_implementations": 3 |
| 1218 | + "vendors_implementations": 3, |
| 1219 | + "web-feature": "lab" |
1210 | 1220 | },
|
1211 | 1221 | {
|
1212 | 1222 | "id": "lch-function",
|
|
1237 | 1247 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function"
|
1238 | 1248 | }
|
1239 | 1249 | ],
|
1240 |
| - "vendors_implementations": 3 |
| 1250 | + "vendors_implementations": 3, |
| 1251 | + "web-feature": "lab" |
1241 | 1252 | },
|
1242 | 1253 | {
|
1243 | 1254 | "id": "light-dark-function",
|
|
1414 | 1425 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units"
|
1415 | 1426 | }
|
1416 | 1427 | ],
|
1417 |
| - "vendors_implementations": 3 |
| 1428 | + "vendors_implementations": 3, |
| 1429 | + "web-feature": "viewport-relative-unit-variants" |
1418 | 1430 | },
|
1419 | 1431 | {
|
1420 | 1432 | "id": "matches-pseudo-class",
|
1421 | 1433 | "title": "`:matches()` Matches-Any Pseudo-Class",
|
1422 | 1434 | "description": "A pseudo-class for matching elements in a selector list",
|
1423 | 1435 | "specification": "https://www.w3.org/TR/selectors-4/#selectordef-matches",
|
1424 | 1436 | "stage": -1,
|
1425 |
| - "browser_support": { |
1426 |
| - "and_chr": "88", |
1427 |
| - "and_ff": "82", |
1428 |
| - "android": "88", |
1429 |
| - "chrome": "88", |
1430 |
| - "edge": "88", |
1431 |
| - "firefox": "82", |
1432 |
| - "ios_saf": "14", |
1433 |
| - "oculus": "14.0", |
1434 |
| - "op_mob": "63", |
1435 |
| - "opera": "74", |
1436 |
| - "safari": "14", |
1437 |
| - "samsung": "15.0" |
1438 |
| - }, |
| 1437 | + "browser_support": {}, |
1439 | 1438 | "docs": {
|
1440 | 1439 | "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:is"
|
1441 | 1440 | },
|
1442 | 1441 | "example": "p:matches(:first-child, .special) {\n margin-top: 1em;\n}",
|
1443 |
| - "interoperable_at": 1611187200, |
1444 | 1442 | "polyfills": [
|
1445 | 1443 | {
|
1446 | 1444 | "type": "PostCSS Plugin",
|
1447 | 1445 | "link": "https://github.com/postcss/postcss-selector-matches"
|
1448 | 1446 | }
|
1449 | 1447 | ],
|
1450 |
| - "vendors_implementations": 3 |
| 1448 | + "vendors_implementations": 0 |
1451 | 1449 | },
|
1452 | 1450 | {
|
1453 | 1451 | "id": "media-queries-aspect-ratio-number-values",
|
|
1509 | 1507 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax"
|
1510 | 1508 | }
|
1511 | 1509 | ],
|
1512 |
| - "vendors_implementations": 3 |
| 1510 | + "vendors_implementations": 3, |
| 1511 | + "web-feature": "media-query-range-syntax" |
1513 | 1512 | },
|
1514 | 1513 | {
|
1515 | 1514 | "id": "nested-calc",
|
|
1573 | 1572 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting"
|
1574 | 1573 | }
|
1575 | 1574 | ],
|
1576 |
| - "vendors_implementations": 3 |
| 1575 | + "vendors_implementations": 3, |
| 1576 | + "web-feature": "nesting" |
1577 | 1577 | },
|
1578 | 1578 | {
|
1579 | 1579 | "id": "not-pseudo-class",
|
|
1636 | 1636 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function"
|
1637 | 1637 | }
|
1638 | 1638 | ],
|
1639 |
| - "vendors_implementations": 3 |
| 1639 | + "vendors_implementations": 3, |
| 1640 | + "web-feature": "oklab" |
1640 | 1641 | },
|
1641 | 1642 | {
|
1642 | 1643 | "id": "opacity-percentage",
|
|
1885 | 1886 | },
|
1886 | 1887 | "example": "input:read-only {\n background-color: #ccc;\n}",
|
1887 | 1888 | "interoperable_at": 1593475200,
|
1888 |
| - "vendors_implementations": 3 |
| 1889 | + "vendors_implementations": 3, |
| 1890 | + "web-feature": "read-write-pseudos" |
1889 | 1891 | },
|
1890 | 1892 | {
|
1891 | 1893 | "id": "rebeccapurple-color",
|
|
1928 | 1930 | "specification": "https://www.w3.org/TR/css-color-5/#relative-colors",
|
1929 | 1931 | "stage": 2,
|
1930 | 1932 | "browser_support": {},
|
1931 |
| - "docs": {}, |
| 1933 | + "docs": { |
| 1934 | + "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors" |
| 1935 | + }, |
1932 | 1936 | "example": "p {\n color: lch(from peru calc(l * 0.8) c h);\n}",
|
1933 | 1937 | "polyfills": [
|
1934 | 1938 | {
|
1935 | 1939 | "type": "PostCSS Plugin",
|
1936 | 1940 | "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
|
1937 | 1941 | }
|
1938 | 1942 | ],
|
1939 |
| - "vendors_implementations": 0 |
| 1943 | + "vendors_implementations": 0, |
| 1944 | + "web-feature": "relative-color" |
1940 | 1945 | },
|
1941 | 1946 | {
|
1942 | 1947 | "id": "scope-pseudo-class",
|
|
2192 | 2197 | },
|
2193 | 2198 | "example": "a:where(:not(:hover)) {\n text-decoration: none;\n}",
|
2194 | 2199 | "interoperable_at": 1611187200,
|
2195 |
| - "vendors_implementations": 3 |
| 2200 | + "vendors_implementations": 3, |
| 2201 | + "web-feature": "where" |
2196 | 2202 | }
|
2197 | 2203 | ]
|
0 commit comments