diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 8d7d155e4..26f0aa102 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -10359,14 +10359,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve */ startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition; /** - * The **`document.write()`** method writes a string of text to a document stream opened by document.open(). + * The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(). * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write) */ write(...text: string[]): void; /** - * Writes a string of text followed by a newline character to a document. + * The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 89a36d822..52a00f164 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -10352,14 +10352,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve */ startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition; /** - * The **`document.write()`** method writes a string of text to a document stream opened by document.open(). + * The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(). * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write) */ write(...text: string[]): void; /** - * Writes a string of text followed by a newline character to a document. + * The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 7422929a6..e06833909 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -10359,14 +10359,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve */ startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition; /** - * The **`document.write()`** method writes a string of text to a document stream opened by document.open(). + * The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(). * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write) */ write(...text: string[]): void; /** - * Writes a string of text followed by a newline character to a document. + * The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln) */ diff --git a/inputfiles/mdn b/inputfiles/mdn index 5af076670..098773300 160000 --- a/inputfiles/mdn +++ b/inputfiles/mdn @@ -1 +1 @@ -Subproject commit 5af076670ab04354a191d3fd873507a1e7ef227e +Subproject commit 09877330004e55244a9e8eee2ca04a750970f72d