Skip to content

Commit 9e25caf

Browse files
typescript-botorta
andauthored
Update core dependencies (#2117)
Co-authored-by: orta <[email protected]>
1 parent 7d64ec5 commit 9e25caf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11068,7 +11068,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1106811068
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event) */
1106911069
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1107011070
/**
11071-
* The **`outerHTML`** attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.
11071+
* The **`outerHTML`** attribute of the Element interface gets or sets the HTML or XML markup of the element and its descendants, omitting any shadow tree in both cases.
1107211072
*
1107311073
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1107411074
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11059,7 +11059,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1105911059
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event) */
1106011060
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1106111061
/**
11062-
* The **`outerHTML`** attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.
11062+
* The **`outerHTML`** attribute of the Element interface gets or sets the HTML or XML markup of the element and its descendants, omitting any shadow tree in both cases.
1106311063
*
1106411064
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1106511065
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11068,7 +11068,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1106811068
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event) */
1106911069
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1107011070
/**
11071-
* The **`outerHTML`** attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.
11071+
* The **`outerHTML`** attribute of the Element interface gets or sets the HTML or XML markup of the element and its descendants, omitting any shadow tree in both cases.
1107211072
*
1107311073
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1107411074
*/

inputfiles/mdn

Submodule mdn updated 421 files

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)