From 2a7b1b894c04e1173ee0e71ff531198c22aaa4ab Mon Sep 17 00:00:00 2001 From: orta <49038+orta@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:12:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20core=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baselines/dom.generated.d.ts | 2 +- baselines/ts5.5/dom.generated.d.ts | 2 +- baselines/ts5.6/dom.generated.d.ts | 2 +- baselines/ts5.9/dom.generated.d.ts | 2 +- inputfiles/mdn | 2 +- package-lock.json | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index c619b711a..aba557ffa 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -14893,7 +14893,7 @@ interface HTMLIFrameElement extends HTMLElement { */ src: string; /** - * The **`srcdoc`** property of the HTMLIFrameElement specifies the content of the page. + * The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 7ca140826..e9a89e628 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -14875,7 +14875,7 @@ interface HTMLIFrameElement extends HTMLElement { */ src: string; /** - * The **`srcdoc`** property of the HTMLIFrameElement specifies the content of the page. + * The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index b30755d82..47e922f15 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -14890,7 +14890,7 @@ interface HTMLIFrameElement extends HTMLElement { */ src: string; /** - * The **`srcdoc`** property of the HTMLIFrameElement specifies the content of the page. + * The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc) */ diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 3c011b043..5c741ac29 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -14890,7 +14890,7 @@ interface HTMLIFrameElement extends HTMLElement { */ src: string; /** - * The **`srcdoc`** property of the HTMLIFrameElement specifies the content of the page. + * The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc) */ diff --git a/inputfiles/mdn b/inputfiles/mdn index c43e46090..7615562a3 160000 --- a/inputfiles/mdn +++ b/inputfiles/mdn @@ -1 +1 @@ -Subproject commit c43e46090257fbfd33c4dd5cac0cdbd1d5d1c274 +Subproject commit 7615562a3689a3e23a2b6b623597f4391740a53e diff --git a/package-lock.json b/package-lock.json index 9a1203c84..857670f60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -396,9 +396,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "7.1.11", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.1.11.tgz", - "integrity": "sha512-5MKF1YzwXMU3ARha9rdZn1UnlY0moDG+rXWylp7nRu2k9OfXFls3O+t1SAR/zsOKECKzHqvUbKVcavBIqy5czA==", + "version": "7.1.12", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.1.12.tgz", + "integrity": "sha512-W3GkHRqD1eqUwkY2tasG73slXfx76mMzpWGs/K6nC7qsYwprZF+IQ2dva/HKjKhSxRiG6a00hoSuu8rGSnhbqg==", "dev": true, "license": "CC0-1.0" },