diff --git a/cssdb.json b/cssdb.json index 6fcc03d..12b792a 100644 --- a/cssdb.json +++ b/cssdb.json @@ -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", @@ -1470,7 +1470,7 @@ "stage": 2, "browser_support": { "and_chr": "110", - "and_ff": "78", + "and_ff": "79", "android": "110", "chrome": "110", "edge": "110", diff --git a/cssdb.mjs b/cssdb.mjs index 45d9e3c..207dd67 100644 --- a/cssdb.mjs +++ b/cssdb.mjs @@ -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", @@ -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", diff --git a/cssdb.settings.json b/cssdb.settings.json index 6e2dde7..f47166d 100644 --- a/cssdb.settings.json +++ b/cssdb.settings.json @@ -92,7 +92,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": {}, "docs": { @@ -100,11 +100,11 @@ }, "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" ] }, { @@ -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", @@ -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", diff --git a/package-lock.json b/package-lock.json index 8a630e5..719d673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1194,7 +1194,8 @@ "version": "5.6.24", "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.6.24.tgz", "integrity": "sha512-xNoWeI2TJN5UNTqpqpK0uGncUW1cL+QksxKfNblXsQ6Uu8ONVHcqLbTZxs6+/VMFEE4ZdRzI3j+0Mw3oJtdsyg==", - "dev": true + "dev": true, + "license": "CC0-1.0" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", @@ -1434,6 +1435,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "caniuse-lite": "^1.0.30001688", "electron-to-chromium": "^1.5.73", @@ -1475,7 +1477,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/chokidar": { "version": "3.6.0", @@ -1700,6 +1703,7 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT-0", "dependencies": { "@csstools/selector-specificity": "^5.0.0", "postcss-selector-parser": "^7.0.0", @@ -1763,7 +1767,8 @@ "type": "github", "url": "https://github.com/sponsors/csstools" } - ] + ], + "license": "MIT-0" }, "node_modules/cssesc": { "version": "3.0.0", @@ -1840,7 +1845,8 @@ "version": "1.5.73", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.73.tgz", "integrity": "sha512-8wGNxG9tAG5KhGd3eeA0o6ixhiNdgr0DcHWm85XPCphwZgD1lIEoi6t3VERayWao7SF7AAZTw6oARGJeVjH8Kg==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/emoji-regex": { "version": "9.2.2", @@ -2583,7 +2589,8 @@ "version": "2.0.19", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/normalize-path": { "version": "3.0.0", @@ -3377,6 +3384,7 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT-0", "dependencies": { "@csstools/postcss-cascade-layers": "^5.0.1", "@csstools/postcss-color-function": "^4.0.6", @@ -3921,6 +3929,7 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3", @@ -4303,7 +4312,8 @@ "version": "2.12.0", "resolved": "https://registry.npmjs.org/web-features/-/web-features-2.12.0.tgz", "integrity": "sha512-QKr5CMrXWwJx9brsXMq25KG16N62n1nq3y1fOukf/yDPBQpKO1jvTZwrmoq/sFGcItDkaLC5DorvBhExR2+/Jw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/which": { "version": "2.0.2",