Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 37 files
+1 −0 .vscode/dictionaries/non-english.txt
+3 −0 .vscode/dictionaries/proper-names.txt
+21 −18 files/en-us/learn_web_development/core/structuring_content/creating_links/index.md
+1 −1 files/en-us/learn_web_development/core/structuring_content/table_accessibility/index.md
+4 −2 files/en-us/learn_web_development/core/styling_basics/attribute_selectors/index.md
+44 −48 files/en-us/learn_web_development/core/styling_basics/backgrounds_and_borders/index.md
+22 −3 files/en-us/learn_web_development/core/styling_basics/basic_selectors/index.md
+19 −11 files/en-us/learn_web_development/core/styling_basics/box_model/index.md
+10 −65 files/en-us/learn_web_development/core/styling_basics/combinators/index.md
+8 −8 files/en-us/learn_web_development/core/styling_basics/getting_started/index.md
+31 −26 files/en-us/learn_web_development/core/styling_basics/handling_conflicts/index.md
+10 −6 files/en-us/learn_web_development/core/styling_basics/images_media_forms/index.md
+15 −34 files/en-us/learn_web_development/core/styling_basics/overflow/index.md
+48 −16 files/en-us/learn_web_development/core/styling_basics/pseudo_classes_and_elements/index.md
+40 −20 files/en-us/learn_web_development/core/styling_basics/sizing/index.md
+63 −122 files/en-us/learn_web_development/core/styling_basics/values_and_units/index.md
+8 −8 files/en-us/learn_web_development/core/styling_basics/what_is_css/index.md
+2 −2 files/en-us/learn_web_development/howto/tools_and_setup/available_text_editors/index.md
+0 −18 files/en-us/mozilla/firefox/experimental_features/index.md
+1 −1 files/en-us/mozilla/firefox/releases/120/index.md
+1 −1 files/en-us/mozilla/firefox/releases/127/index.md
+2 −0 files/en-us/mozilla/firefox/releases/140/index.md
+138 −25 files/en-us/web/api/document/write/index.md
+83 −8 files/en-us/web/api/document/writeln/index.md
+1 −1 files/en-us/web/api/documenttype/before/index.md
+1 −1 files/en-us/web/api/idbtransaction/index.md
+24 −17 files/en-us/web/api/web_authentication_api/webauthn_extensions/index.md
+1 −1 files/en-us/web/css/css_display/multi-keyword_syntax_of_display/index.md
+4 −0 files/en-us/web/css/css_masking/index.md
+209 −0 files/en-us/web/css/css_masking/multiple_masks/index.md
+1 −1 files/en-us/web/css/generic-family/index.md
+610 −0 files/en-us/web/css/properties/index.md
+2 −1 files/en-us/web/html/reference/elements/meta/name/theme-color/index.md
+17 −29 files/en-us/web/javascript/reference/global_objects/object/hasown/index.md
+1 −0 files/sidebars/cssref.yaml
+3 −3 package.json
+254 −253 yarn.lock