Skip to content

Commit 7442df1

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent b0aac1c commit 7442df1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28369,7 +28369,7 @@ interface Range extends AbstractRange {
2836928369
*/
2837028370
comparePoint(node: Node, offset: number): number;
2837128371
/**
28372-
* 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.
28372+
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
2837328373
*
2837428374
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
2837528375
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28345,7 +28345,7 @@ interface Range extends AbstractRange {
2834528345
*/
2834628346
comparePoint(node: Node, offset: number): number;
2834728347
/**
28348-
* 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.
28348+
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
2834928349
*
2835028350
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
2835128351
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28366,7 +28366,7 @@ interface Range extends AbstractRange {
2836628366
*/
2836728367
comparePoint(node: Node, offset: number): number;
2836828368
/**
28369-
* 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.
28369+
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
2837028370
*
2837128371
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
2837228372
*/

baselines/ts5.9/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28366,7 +28366,7 @@ interface Range extends AbstractRange {
2836628366
*/
2836728367
comparePoint(node: Node, offset: number): number;
2836828368
/**
28369-
* 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.
28369+
* The **`Range.createContextualFragment()`** method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML.
2837028370
*
2837128371
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/createContextualFragment)
2837228372
*/

inputfiles/mdn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8752,7 +8752,7 @@
87528752
{
87538753
"mdn_url": "/en-US/docs/Web/API/ElementInternals/role",
87548754
"pageType": "web-api-instance-property",
8755-
"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."
8755+
"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."
87568756
},
87578757
{
87588758
"mdn_url": "/en-US/docs/Web/API/ElementInternals/setFormValue",
@@ -23197,7 +23197,7 @@
2319723197
{
2319823198
"mdn_url": "/en-US/docs/Web/API/Range/createContextualFragment",
2319923199
"pageType": "web-api-instance-method",
23200-
"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."
23200+
"summary": "The Range.createContextualFragment() method of the Range interface returns a DocumentFragment representing the parsed input HTML or XML."
2320123201
},
2320223202
{
2320323203
"mdn_url": "/en-US/docs/Web/API/Range/deleteContents",

0 commit comments

Comments
 (0)