Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into baseline-support--cou…
Browse files Browse the repository at this point in the history
…rteous-indian-rhinoceros-46225c5277
  • Loading branch information
romainmenke committed Dec 25, 2023
2 parents 6961071 + b9e82f9 commit 9734dd5
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 433 deletions.
79 changes: 63 additions & 16 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"samsung": "12.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/clamp()"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/clamp"
},
"example": "button {\n font-size: clamp(1rem, 2.5vw, 2rem);\n}",
"polyfills": [
Expand All @@ -240,7 +240,7 @@
"safari": "15.4"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color-adjust"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust"
},
"example": ".background {\n background-color:#ccc;\n}\n.background.color-adjust {\n color-adjust: economy;\n}\n.background.color-adjust-exact {\n color-adjust: exact;\n}",
"vendors_implementations": 2
Expand All @@ -253,7 +253,7 @@
"stage": 1,
"browser_support": {},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-contrast()"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-contrast"
},
"example": "p {\n color: color-contrast(wheat vs tan, sienna, var(--myAccent), #d2691e);\n}",
"polyfills": [],
Expand All @@ -279,7 +279,7 @@
"samsung": "22.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color()"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color"
},
"example": "p {\n color: color(display-p3 1 0.5 0);\n color: color(display-p3 1 0.5 0 / .5);\n}",
"polyfills": [
Expand Down Expand Up @@ -311,6 +311,9 @@
"safari": "12.1",
"samsung": "9.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb#syntax"
},
"example": "em {\n background-color: hsl(120deg 100% 25%);\n color: rgb(0 255 0);\n}",
"polyfills": [
{
Expand Down Expand Up @@ -340,6 +343,9 @@
"safari": "16.2",
"samsung": "22.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix"
},
"example": "p {\n color: color-mix(in lch, purple 50%, plum 50%);\n}",
"polyfills": [
{
Expand Down Expand Up @@ -529,7 +535,7 @@
"samsung": "23.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/display/two-value_syntax_of_display"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/display/multi-keyword_syntax_of_display"
},
"example": ".element {\n display: inline flow-root;\n display: inline flex;\n display: block grid;\n}",
"polyfills": [
Expand Down Expand Up @@ -561,6 +567,9 @@
"safari": "12.1",
"samsung": "11.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient"
},
"example": ".pie_chart {\n background-image: conic-gradient(yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
"polyfills": [
{
Expand Down Expand Up @@ -602,6 +611,9 @@
"ios_saf": "15.4",
"safari": "15.4"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/exp"
},
"example": "p {\n font-size: calc(pow(10, 12) * 1rem);\n font-size: calc(sqrt(100) * 1rem);\n font-size: calc(hypot(3, 4) * 1rem);\n font-size: calc(log(10) * 1rem);\n font-size: calc(exp(10) * 1rem);\n}",
"polyfills": [
{
Expand Down Expand Up @@ -644,11 +656,12 @@
"edge": "118",
"firefox": "55",
"ios_saf": "15",
"op_mob": "79",
"opera": "104",
"safari": "15"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/float#browser_compatibility"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/float"
},
"example": "span:first-child {\n float: inline-start;\n}",
"polyfills": [
Expand Down Expand Up @@ -860,6 +873,9 @@
"safari": "16.2",
"samsung": "22.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient#syntax"
},
"example": ".pie_chart {\n background-image: conic-gradient(in oklch, yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
"polyfills": [
{
Expand Down Expand Up @@ -951,7 +967,8 @@
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo"
}
],
"vendors_implementations": 2
"vendors_implementations": 3,
"interoperable_at": 1702944000
},
{
"id": "hexadecimal-alpha-notation",
Expand Down Expand Up @@ -1007,7 +1024,7 @@
"samsung": "19.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hwb()"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hwb"
},
"example": "p {\n color: hwb(120 44% 50%);\n}",
"polyfills": [
Expand Down Expand Up @@ -1072,7 +1089,7 @@
"samsung": "1.5"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/image-set"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/image/image-set"
},
"example": "p {\n background-image: image-set(\n \"foo.png\" 1x,\n \"foo-2x.png\" 2x,\n \"foo-print.png\" 600dpi\n );\n}",
"polyfills": [
Expand Down Expand Up @@ -1164,7 +1181,7 @@
"samsung": "22.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/lab()"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/lab"
},
"example": "body {\n color: lab(80% 50 20);\n}",
"polyfills": [
Expand Down Expand Up @@ -1196,7 +1213,7 @@
"samsung": "22.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/lch()"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/lch"
},
"example": "body {\n color: lch(53% 105 40);\n}",
"polyfills": [
Expand Down Expand Up @@ -1284,7 +1301,7 @@
"samsung": "15.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values"
},
"example": "span:first-child {\n margin-inline-start: 10px;\n}",
"polyfills": [
Expand All @@ -1310,6 +1327,7 @@
"edge": "118",
"firefox": "63",
"ios_saf": "16",
"op_mob": "79",
"opera": "104",
"safari": "16"
},
Expand Down Expand Up @@ -1441,7 +1459,7 @@
"samsung": "20.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries#Syntax_improvements_in_Level_4"
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries#Syntax_improvements_in_Level_4"
},
"example": "@media (width < 480px) {}\n\n@media (480px <= width < 768px) {}\n\n@media (width >= 768px) {}",
"polyfills": [
Expand Down Expand Up @@ -1493,8 +1511,18 @@
"specification": "https://www.w3.org/TR/css-nesting-1/",
"stage": 2,
"browser_support": {
"and_chr": "120",
"and_ff": "117",
"firefox": "117"
"android": "120",
"chrome": "120",
"edge": "120",
"firefox": "117",
"ios_saf": "17.2",
"opera": "106",
"safari": "17.2"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector"
},
"example": "article {\n & p {\n color: #333;\n }\n}",
"polyfills": [
Expand All @@ -1503,7 +1531,8 @@
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting"
}
],
"vendors_implementations": 1
"vendors_implementations": 3,
"interoperable_at": 1702252800
},
{
"id": "not-pseudo-class",
Expand Down Expand Up @@ -1556,6 +1585,9 @@
"safari": "15.4",
"samsung": "22.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklab"
},
"example": "p {\n color: oklab(72.322% -0.0465 -0.1150);\n color: oklch(72.322% 0.12403 247.996);\n}",
"polyfills": [
{
Expand Down Expand Up @@ -1856,7 +1888,13 @@
"specification": "https://www.w3.org/TR/css-color-5/#relative-colors",
"stage": 2,
"browser_support": {
"and_chr": "119",
"android": "119",
"chrome": "119",
"edge": "119",
"ios_saf": "16.4",
"op_mob": "79",
"opera": "105",
"safari": "16.4"
},
"docs": {},
Expand All @@ -1867,7 +1905,7 @@
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
}
],
"vendors_implementations": 1
"vendors_implementations": 2
},
{
"id": "scope-pseudo-class",
Expand Down Expand Up @@ -1914,6 +1952,9 @@
"ios_saf": "15.4",
"safari": "15.4"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/sign"
},
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
"vendors_implementations": 2
},
Expand Down Expand Up @@ -1945,6 +1986,9 @@
"ios_saf": "15.4",
"safari": "15.4"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/round"
},
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",
"polyfills": [
{
Expand Down Expand Up @@ -2036,6 +2080,9 @@
"safari": "15.4",
"samsung": "22.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/sin"
},
"example": "body {\n left: sin(45deg);\n left: cos(45deg);\n left: tan(45deg);\n left: asin(0.5);\n left: acos(0.5);\n left: atan(10);\n left: atan2(-1, 1);\n}",
"polyfills": [
{
Expand Down
Loading

0 comments on commit 9734dd5

Please sign in to comment.