diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 7dca38998..4c6832a09 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -6356,7 +6356,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ backfaceVisibility: string; /** - * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values. + * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index b18e35b55..c3864e232 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -6346,7 +6346,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ backfaceVisibility: string; /** - * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values. + * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index b0e11b57d..a45b90495 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -6353,7 +6353,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ backfaceVisibility: string; /** - * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values. + * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background) */ diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 599b15eb2..ff1be1358 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -6353,7 +6353,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ backfaceVisibility: string; /** - * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values. + * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background) */ diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json index 81f2de810..791f45eed 100644 --- a/inputfiles/mdn.json +++ b/inputfiles/mdn.json @@ -5452,7 +5452,7 @@ { "mdn_url": "/en-US/docs/Web/API/DeferredRequestInit", "pageType": "web-api-interface", - "summary": "The DeferredRequestInit dictionary of the fetchLater() API represents the set of options that can be used to configure a deferred fetch request." + "summary": "The DeferredRequestInit dictionary of the Fetch API represents the set of options that can be used to configure a deferred fetch request." }, { "mdn_url": "/en-US/docs/Web/API/DelayNode", @@ -9394,6 +9394,11 @@ "pageType": "web-api-overview", "summary": "The Fetch API provides an interface for fetching resources (including across the network). It is a more powerful and flexible replacement for XMLHttpRequest." }, + { + "mdn_url": "/en-US/docs/Web/API/Fetch_API/Using_Deferred_Fetch", + "pageType": "guide", + "summary": "The fetchLater() API provides an interface to request a deferred fetch that can be sent after a specified period of time, or when the page is closed or navigated away from." + }, { "mdn_url": "/en-US/docs/Web/API/Fetch_API/Using_Fetch", "pageType": "guide", @@ -9449,20 +9454,10 @@ "pageType": "web-api-instance-property", "summary": "The resultingClientId read-only property of the\nFetchEvent interface is the id of the\nclient that replaces the previous client during a page\nnavigation." }, - { - "mdn_url": "/en-US/docs/Web/API/fetchLater_API", - "pageType": "web-api-overview", - "summary": "The fetchLater() API provides an interface to request a deferred fetch that can be sent after a specified period of time, or when the page is closed or navigated away from." - }, - { - "mdn_url": "/en-US/docs/Web/API/fetchLater_API/fetchLater_quotas", - "pageType": "guide", - "summary": "Deferred fetchLater() API fetches are batched and sent once the tab is closed. At this point, there is no way for the user to abort them. To avoid situations where documents abuse this bandwidth to send unlimited amounts of data over the network the API sets quotas on how much data can be deferred to be sent later." - }, { "mdn_url": "/en-US/docs/Web/API/FetchLaterResult", "pageType": "web-api-interface", - "summary": "The FetchLaterResult interface of the fetchLater() API is returned by the Window.fetchLater() method after a deferred fetch has been created." + "summary": "The FetchLaterResult interface of the Fetch API is returned by the Window.fetchLater() method after a deferred fetch has been created." }, { "mdn_url": "/en-US/docs/Web/API/FetchLaterResult/activated", @@ -39592,7 +39587,7 @@ { "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/background", "pageType": "css-shorthand-property", - "summary": "The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values." + "summary": "The background shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method." }, { "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/background-attachment", diff --git a/package-lock.json b/package-lock.json index 92ae5cfd4..13f53946d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -434,7 +434,8 @@ "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.2.3.tgz", "integrity": "sha512-PYYZvsMAFb255mWFLBE2/ZJ3YVx7CzIB9yAKErKF6r5yiPDYgX8N0KQ4ERGO/f8HInv2TncWxKLegiIe5E+eVA==", "dev": true, - "license": "CC0-1.0" + "license": "CC0-1.0", + "peer": true }, "node_modules/@octokit/auth-token": { "version": "6.0.0", @@ -451,6 +452,7 @@ "integrity": "sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@octokit/auth-token": "^6.0.0", "@octokit/graphql": "^9.0.3", @@ -858,6 +860,7 @@ "integrity": "sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.51.0", "@typescript-eslint/types": "8.51.0", @@ -1203,6 +1206,7 @@ "integrity": "sha512-8a9eAGkjgh3Yo3v8ivqpZa9rPI4XxwRVYvFELlbu7YKh9ZWGonmaXqEu/dADrYg8u42FCR9EHPMw0zshMote6Q==", "dev": true, "license": "MIT", + "peer": true, "peerDependencies": { "webidl2": "^24.5.0" } @@ -1212,6 +1216,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1629,6 +1634,7 @@ "integrity": "sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@octokit/auth-token": "^4.0.0", "@octokit/graphql": "^7.1.0", @@ -1928,6 +1934,7 @@ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -1988,6 +1995,7 @@ "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==", "dev": true, "license": "MIT", + "peer": true, "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -2975,8 +2983,7 @@ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz", "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==", "dev": true, - "license": "CC0-1.0", - "peer": true + "license": "CC0-1.0" }, "node_modules/memfs-or-file-map-to-github-branch": { "version": "1.3.0", @@ -3315,6 +3322,7 @@ "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", "dev": true, "license": "MIT", + "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -3608,7 +3616,6 @@ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, "license": "BSD-3-Clause", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -3842,6 +3849,7 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -3899,6 +3907,7 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -3977,6 +3986,7 @@ "integrity": "sha512-fxOigKkIem1iAgQ9t4cFOP+kWEA8y6Be/uh50FpJh0FijoeeT/VMrOyJzNLUgjy0rGMEcHeReKDCqj0g9dIe9A==", "dev": true, "license": "W3C", + "peer": true, "engines": { "node": ">= 18" }