Skip to content

Commit ce979fc

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 22f04bb commit ce979fc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11046,7 +11046,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1104611046
*/
1104711047
id: string;
1104811048
/**
11049-
* The **`innerHTML`** property of the Element interface gets or sets the HTML or XML markup contained within the element.
11049+
* The **`innerHTML`** property of the Element interface gets or sets the HTML or XML markup contained within the element, omitting any shadow tree in both cases.
1105011050
*
1105111051
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
1105211052
*/
@@ -11261,7 +11261,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1126111261
*/
1126211262
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1126311263
/**
11264-
* The **`insertAdjacentHTML()`** method of the Element interface parses the specified text as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
11264+
* The **`insertAdjacentHTML()`** method of the Element interface parses the specified input as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
1126511265
*
1126611266
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)
1126711267
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11037,7 +11037,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1103711037
*/
1103811038
id: string;
1103911039
/**
11040-
* The **`innerHTML`** property of the Element interface gets or sets the HTML or XML markup contained within the element.
11040+
* The **`innerHTML`** property of the Element interface gets or sets the HTML or XML markup contained within the element, omitting any shadow tree in both cases.
1104111041
*
1104211042
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
1104311043
*/
@@ -11251,7 +11251,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1125111251
*/
1125211252
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1125311253
/**
11254-
* The **`insertAdjacentHTML()`** method of the Element interface parses the specified text as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
11254+
* The **`insertAdjacentHTML()`** method of the Element interface parses the specified input as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
1125511255
*
1125611256
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)
1125711257
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11046,7 +11046,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1104611046
*/
1104711047
id: string;
1104811048
/**
11049-
* The **`innerHTML`** property of the Element interface gets or sets the HTML or XML markup contained within the element.
11049+
* The **`innerHTML`** property of the Element interface gets or sets the HTML or XML markup contained within the element, omitting any shadow tree in both cases.
1105011050
*
1105111051
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
1105211052
*/
@@ -11261,7 +11261,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1126111261
*/
1126211262
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1126311263
/**
11264-
* The **`insertAdjacentHTML()`** method of the Element interface parses the specified text as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
11264+
* The **`insertAdjacentHTML()`** method of the Element interface parses the specified input as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
1126511265
*
1126611266
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)
1126711267
*/

inputfiles/mdn

Submodule mdn updated 48 files

0 commit comments

Comments
 (0)