Skip to content

Commit

Permalink
remove caniuse (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Mar 7, 2024
1 parent bcacfa4 commit 9f7f8b1
Show file tree
Hide file tree
Showing 13 changed files with 121 additions and 215 deletions.
42 changes: 21 additions & 21 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/clamp"
},
"example": "button {\n font-size: clamp(1rem, 2.5vw, 2rem);\n}",
"interoperable_at": 1586304000,
"interoperable_at": 1586217600,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -387,17 +387,17 @@
"specification": "https://www.w3.org/TR/css-contain-3/#container-queries",
"stage": 2,
"browser_support": {
"and_chr": "106",
"and_chr": "105",
"and_ff": "110",
"android": "106",
"chrome": "106",
"edge": "106",
"android": "105",
"chrome": "105",
"edge": "105",
"firefox": "110",
"ios_saf": "16",
"op_mob": "73",
"opera": "94",
"op_mob": "72",
"opera": "91",
"safari": "16",
"samsung": "20"
"samsung": "20.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries"
Expand Down Expand Up @@ -452,7 +452,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/var"
},
"example": ":root {\n --some-length: 32px;\n\n height: var(--some-length);\n width: var(--some-length);\n}",
"interoperable_at": 1491868800,
"interoperable_at": 1491350400,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -515,7 +515,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"
},
"example": "blockquote:dir(rtl) {\n margin-right: 10px;\n}\n\nblockquote:dir(ltr) {\n margin-left: 10px;\n}",
"interoperable_at": 1701993600,
"interoperable_at": 1701907200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -630,7 +630,7 @@
"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}",
"interoperable_at": 1701993600,
"interoperable_at": 1701907200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -814,7 +814,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
},
"example": "h2 {\n font-variant: small-caps;\n}",
"interoperable_at": 1694649600,
"interoperable_at": 1694736000,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1168,7 +1168,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:is"
},
"example": "p:is(:first-child, .special) {\n margin-top: 1em;\n}",
"interoperable_at": 1611360000,
"interoperable_at": 1611187200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1264,7 +1264,7 @@
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
}
],
"vendors_implementations": 1
"vendors_implementations": 2
},
{
"id": "logical-overflow",
Expand Down Expand Up @@ -1408,7 +1408,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/length#vb"
},
"example": "span:first-child {\n width: 5vi; height: 10vb; \n}",
"interoperable_at": 1670198400,
"interoperable_at": 1670284800,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1441,7 +1441,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:is"
},
"example": "p:matches(:first-child, .special) {\n margin-top: 1em;\n}",
"interoperable_at": 1611360000,
"interoperable_at": 1611187200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1599,7 +1599,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:not"
},
"example": "p:not(:first-child, .special) {\n margin-top: 1em;\n}",
"interoperable_at": 1611360000,
"interoperable_at": 1611187200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1715,7 +1715,7 @@
"browser_support": {
"and_chr": "25",
"and_ff": "49",
"android": "37",
"android": "4.4",
"chrome": "23",
"edge": "18",
"firefox": "49",
Expand All @@ -1730,7 +1730,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap"
},
"example": "p {\n overflow-wrap: break-word;\n}",
"interoperable_at": 1542067200,
"interoperable_at": 1538438400,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1914,7 +1914,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value"
},
"example": "html {\n color: rebeccapurple;\n}",
"interoperable_at": 1443657600,
"interoperable_at": 1443571200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -2193,7 +2193,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:where"
},
"example": "a:where(:not(:hover)) {\n text-decoration: none;\n}",
"interoperable_at": 1611360000,
"interoperable_at": 1611187200,
"vendors_implementations": 3
}
]
42 changes: 21 additions & 21 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/clamp"
},
"example": "button {\n font-size: clamp(1rem, 2.5vw, 2rem);\n}",
"interoperable_at": 1586304000,
"interoperable_at": 1586217600,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -387,17 +387,17 @@ export default [
"specification": "https://www.w3.org/TR/css-contain-3/#container-queries",
"stage": 2,
"browser_support": {
"and_chr": "106",
"and_chr": "105",
"and_ff": "110",
"android": "106",
"chrome": "106",
"edge": "106",
"android": "105",
"chrome": "105",
"edge": "105",
"firefox": "110",
"ios_saf": "16",
"op_mob": "73",
"opera": "94",
"op_mob": "72",
"opera": "91",
"safari": "16",
"samsung": "20"
"samsung": "20.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries"
Expand Down Expand Up @@ -452,7 +452,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/var"
},
"example": ":root {\n --some-length: 32px;\n\n height: var(--some-length);\n width: var(--some-length);\n}",
"interoperable_at": 1491868800,
"interoperable_at": 1491350400,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -515,7 +515,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"
},
"example": "blockquote:dir(rtl) {\n margin-right: 10px;\n}\n\nblockquote:dir(ltr) {\n margin-left: 10px;\n}",
"interoperable_at": 1701993600,
"interoperable_at": 1701907200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -630,7 +630,7 @@ export default [
"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}",
"interoperable_at": 1701993600,
"interoperable_at": 1701907200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -814,7 +814,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
},
"example": "h2 {\n font-variant: small-caps;\n}",
"interoperable_at": 1694649600,
"interoperable_at": 1694736000,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1168,7 +1168,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:is"
},
"example": "p:is(:first-child, .special) {\n margin-top: 1em;\n}",
"interoperable_at": 1611360000,
"interoperable_at": 1611187200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1264,7 +1264,7 @@ export default [
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
}
],
"vendors_implementations": 1
"vendors_implementations": 2
},
{
"id": "logical-overflow",
Expand Down Expand Up @@ -1408,7 +1408,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/length#vb"
},
"example": "span:first-child {\n width: 5vi; height: 10vb; \n}",
"interoperable_at": 1670198400,
"interoperable_at": 1670284800,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1441,7 +1441,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:is"
},
"example": "p:matches(:first-child, .special) {\n margin-top: 1em;\n}",
"interoperable_at": 1611360000,
"interoperable_at": 1611187200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1599,7 +1599,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:not"
},
"example": "p:not(:first-child, .special) {\n margin-top: 1em;\n}",
"interoperable_at": 1611360000,
"interoperable_at": 1611187200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1715,7 +1715,7 @@ export default [
"browser_support": {
"and_chr": "25",
"and_ff": "49",
"android": "37",
"android": "4.4",
"chrome": "23",
"edge": "18",
"firefox": "49",
Expand All @@ -1730,7 +1730,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap"
},
"example": "p {\n overflow-wrap: break-word;\n}",
"interoperable_at": 1542067200,
"interoperable_at": 1538438400,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -1914,7 +1914,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value"
},
"example": "html {\n color: rebeccapurple;\n}",
"interoperable_at": 1443657600,
"interoperable_at": 1443571200,
"polyfills": [
{
"type": "PostCSS Plugin",
Expand Down Expand Up @@ -2193,7 +2193,7 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:where"
},
"example": "a:where(:not(:hover)) {\n text-decoration: none;\n}",
"interoperable_at": 1611360000,
"interoperable_at": 1611187200,
"vendors_implementations": 3
}
]
2 changes: 1 addition & 1 deletion cssdb.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"description": "New container property and container at rule to make changes depending on the container's size",
"specification": "https://www.w3.org/TR/css-contain-3/#container-queries",
"stage": 2,
"caniuse": "css-container-queries",
"mdn_path": "css['at-rules'].container",
"browser_support": {},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries"
Expand Down
Loading

0 comments on commit 9f7f8b1

Please sign in to comment.