diff --git a/css/properties/dominant-baseline.json b/css/properties/dominant-baseline.json index c82e450e53e4cf..9d25801cf4ec37 100644 --- a/css/properties/dominant-baseline.json +++ b/css/properties/dominant-baseline.json @@ -3,6 +3,7 @@ "properties": { "dominant-baseline": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dominant-baseline", "spec_url": [ "https://svgwg.org/svg2-draft/text.html#DominantBaselineProperty", "https://drafts.csswg.org/css-inline/#dominant-baseline-property" diff --git a/package-lock.json b/package-lock.json index bd8e5c223ee77e..abd0148913ac44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -531,9 +531,9 @@ } }, "node_modules/@ddbeck/mdn-content-inventory": { - "version": "0.2.20240819", - "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20240819.tgz", - "integrity": "sha512-bIreFD5U5hHeTEKnXz8GdyJzUkHC8OCtX89UcnK7eDxz8f3gBY+D7yCL1rWfsdu/cZTciZd7H/3vntU+nSgtfQ==", + "version": "0.2.20240820", + "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20240820.tgz", + "integrity": "sha512-14PTgh/JKDznfQfoFdHg87wlnesDB+UGUJjaL6HSqlCLvQwPuVF/UCx0Z9aRfyu2qDECwICnj2ylatpkcR8dxQ==", "dev": true }, "node_modules/@desertnet/html-parser": {