diff --git a/html/global_attributes.json b/html/global_attributes.json index fbcecd2007778a..7957954808c533 100644 --- a/html/global_attributes.json +++ b/html/global_attributes.json @@ -1337,6 +1337,7 @@ }, "writingsuggestions": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/writingsuggestions", "spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#writing-suggestions", "support": { "chrome": { diff --git a/package-lock.json b/package-lock.json index 0c7d8dc9295ba0..cbf41818574ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -531,9 +531,9 @@ } }, "node_modules/@ddbeck/mdn-content-inventory": { - "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==", + "version": "0.2.20240821", + "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20240821.tgz", + "integrity": "sha512-6fmb5xAKwfnXa/Wn3MKCJBYC/ADnbPXv7wU6IJRiVzNffkK2ucVMi97guDwYh9fINQT1wzloWyU6lP829CtOow==", "dev": true }, "node_modules/@desertnet/html-parser": {