Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Dec 16, 2024
1 parent 2042df3 commit d9d8709
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"id": "calc-constants",
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
"description": "Constants for calculation simplification",
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
"specification": "https://drafts.csswg.org/css-values-4/#calc-keywords",
"stage": 2,
"browser_support": {
"and_chr": "110",
Expand Down Expand Up @@ -1470,7 +1470,7 @@
"stage": 2,
"browser_support": {
"and_chr": "110",
"and_ff": "78",
"and_ff": "79",
"android": "110",
"chrome": "110",
"edge": "110",
Expand Down
4 changes: 2 additions & 2 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default [
"id": "calc-constants",
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
"description": "Constants for calculation simplification",
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
"specification": "https://drafts.csswg.org/css-values-4/#calc-keywords",
"stage": 2,
"browser_support": {
"and_chr": "110",
Expand Down Expand Up @@ -1470,7 +1470,7 @@ export default [
"stage": 2,
"browser_support": {
"and_chr": "110",
"and_ff": "78",
"and_ff": "79",
"android": "110",
"chrome": "110",
"edge": "110",
Expand Down
22 changes: 6 additions & 16 deletions cssdb.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,19 @@
"id": "calc-constants",
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
"description": "Constants for calculation simplification",
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
"specification": "https://drafts.csswg.org/css-values-4/#calc-keywords",
"stage": 2,
"browser_support": {},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/calc-keyword"
},
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}",
"mdn_path": [
"css.types.calc-constant",
"css.types.calc-constant.NaN",
"css.types.calc-constant.e",
"css.types.calc-constant.infinity",
"css.types.calc-constant.pi"
"css.types.calc-keyword",
"css.types.calc-keyword.NaN",
"css.types.calc-keyword.e",
"css.types.calc-keyword.infinity",
"css.types.calc-keyword.pi"
]
},
{
Expand Down Expand Up @@ -1112,11 +1112,6 @@
"to": "110",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
},
"and_ff": {
"from": null,
"to": "78",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
},
"android": {
"from": null,
"to": "110",
Expand All @@ -1132,11 +1127,6 @@
"to": "110",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
},
"firefox": {
"from": null,
"to": "78",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
},
"ios_saf": {
"from": null,
"to": "16.4",
Expand Down
22 changes: 16 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9d8709

Please sign in to comment.