From 7442df1010645f7f58e4cc049ca8f02a89c63360 Mon Sep 17 00:00:00 2001 From: orta <49038+orta@users.noreply.github.com> Date: Tue, 23 Dec 2025 08:13:05 +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.json | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 11341b9b4..0c84cfb1c 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -28369,7 +28369,7 @@ interface Range extends AbstractRange { */ comparePoint(node: Node, offset: number): number; /** - * The **`Range.createContextualFragment()`** method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead. + * The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 3478008e3..9d1c07af6 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -28345,7 +28345,7 @@ interface Range extends AbstractRange { */ comparePoint(node: Node, offset: number): number; /** - * The **`Range.createContextualFragment()`** method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead. + * The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 58037eb90..b89cba0b2 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -28366,7 +28366,7 @@ interface Range extends AbstractRange { */ comparePoint(node: Node, offset: number): number; /** - * The **`Range.createContextualFragment()`** method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead. + * The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment) */ diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 4c806679f..3524ce805 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -28366,7 +28366,7 @@ interface Range extends AbstractRange { */ comparePoint(node: Node, offset: number): number; /** - * The **`Range.createContextualFragment()`** method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node. The HTML fragment parsing algorithm is used if the range belongs to a Document whose HTMLness bit is set. In the HTML case, if the context node would be html, for historical reasons the fragment parsing algorithm is invoked with body as the context instead. + * The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment) */ diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json index 294b033a7..f5d55dfff 100644 --- a/inputfiles/mdn.json +++ b/inputfiles/mdn.json @@ -8752,7 +8752,7 @@ { "mdn_url": "/en-US/docs/Web/API/ElementInternals/role", "pageType": "web-api-instance-property", - "summary": "The role read-only property of the ElementInternals interface returns the WAI-ARIA role for the element. For example, a checkbox might have role=\"checkbox\". It reflects the role attribute; it does not return the element's implicit ARIA role, if any, unless explicitly set." + "summary": "The role property of the ElementInternals interface returns the WAI-ARIA role for the element. For example, a checkbox might have role=\"checkbox\". It reflects the role attribute; it does not return the element's implicit ARIA role, if any, unless explicitly set." }, { "mdn_url": "/en-US/docs/Web/API/ElementInternals/setFormValue", @@ -23197,7 +23197,7 @@ { "mdn_url": "/en-US/docs/Web/API/Range/createContextualFragment", "pageType": "web-api-instance-method", - "summary": "The Range.createContextualFragment() method returns a\nDocumentFragment by invoking the HTML fragment parsing algorithm or the\nXML fragment parsing algorithm with the start of the range (the parent of the\nselected node) as the context node. The HTML fragment parsing algorithm is used if the\nrange belongs to a Document whose HTMLness bit is set. In the HTML case, if\nthe context node would be html, for historical reasons the fragment parsing\nalgorithm is invoked with body as the context instead." + "summary": "The Range.createContextualFragment() method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML." }, { "mdn_url": "/en-US/docs/Web/API/Range/deleteContents",