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
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22008,7 +22008,7 @@ interface NavigatorStorage {
}

/**
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types to be used similarly and often interchangeably.
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types be used similarly and often interchangeably.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21987,7 +21987,7 @@ interface NavigatorStorage {
}

/**
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types to be used similarly and often interchangeably.
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types be used similarly and often interchangeably.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22008,7 +22008,7 @@ interface NavigatorStorage {
}

/**
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types to be used similarly and often interchangeably.
* The DOM **`Node`** interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types be used similarly and often interchangeably.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node)
*/
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 54 files
+3 −0 .vscode/dictionaries/code-entities.txt
+9 −0 .vscode/dictionaries/proper-names.txt
+2 −0 .vscode/dictionaries/terms-abbreviations.txt
+273 −46 files/en-us/games/tutorials/2d_breakout_game_phaser/animations_and_tweens/index.md
+56 −15 files/en-us/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.md
+181 −91 files/en-us/games/tutorials/2d_breakout_game_phaser/build_the_brick_field/index.md
+335 −44 files/en-us/games/tutorials/2d_breakout_game_phaser/buttons/index.md
+149 −20 files/en-us/games/tutorials/2d_breakout_game_phaser/collision_detection/index.md
+252 −65 files/en-us/games/tutorials/2d_breakout_game_phaser/extra_lives/index.md
+100 −15 files/en-us/games/tutorials/2d_breakout_game_phaser/game_over/index.md
+7 −10 files/en-us/games/tutorials/2d_breakout_game_phaser/index.md
+73 −28 files/en-us/games/tutorials/2d_breakout_game_phaser/initialize_the_framework/index.md
+69 −23 files/en-us/games/tutorials/2d_breakout_game_phaser/load_the_assets_and_print_them_on_screen/index.md
+60 −13 files/en-us/games/tutorials/2d_breakout_game_phaser/move_the_ball/index.md
+70 −44 files/en-us/games/tutorials/2d_breakout_game_phaser/physics/index.md
+125 −45 files/en-us/games/tutorials/2d_breakout_game_phaser/player_paddle_and_controls/index.md
+270 −15 files/en-us/games/tutorials/2d_breakout_game_phaser/randomizing_gameplay/index.md
+60 −22 files/en-us/games/tutorials/2d_breakout_game_phaser/scaling/index.md
+159 −23 files/en-us/games/tutorials/2d_breakout_game_phaser/the_score/index.md
+153 −19 files/en-us/games/tutorials/2d_breakout_game_phaser/win_the_game/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/game_over/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/paddle_and_keyboard_controls/index.md
+2 −2 files/en-us/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.md
+361 −63 files/en-us/mdn/writing_guidelines/code_style_guide/css/index.md
+4 −2 files/en-us/mdn/writing_guidelines/code_style_guide/javascript/index.md
+8 −1 files/en-us/mdn/writing_guidelines/page_structures/page_types/api_landing_page_template/index.md
+1 −1 files/en-us/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.md
+1 −1 files/en-us/mozilla/add-ons/webextensions/user_interface/devtools_panels/index.md
+1 −1 files/en-us/mozilla/add-ons/webextensions/user_interface/notifications/index.md
+1 −1 files/en-us/mozilla/add-ons/webextensions/user_interface/page_actions/index.md
+1 −1 files/en-us/mozilla/add-ons/webextensions/user_interface/toolbar_button/index.md
+1 −1 files/en-us/web/api/element/gethtml/index.md
+1 −1 files/en-us/web/api/element/innerhtml/index.md
+1 −1 files/en-us/web/api/element/outerhtml/index.md
+2 −2 files/en-us/web/api/fedcm_api/rp_sign-in/index.md
+1 −1 files/en-us/web/api/identitycredential/disconnect_static/index.md
+1 −1 files/en-us/web/api/node/index.md
+1 −1 files/en-us/web/api/shadowroot/gethtml/index.md
+1 −1 files/en-us/web/api/shadowroot/innerhtml/index.md
+3 −3 files/en-us/web/css/cos/index.md
+2 −2 files/en-us/web/css/css_text_decoration/text_shadows/index.md
+3 −3 files/en-us/web/css/sin/index.md
+1 −1 files/en-us/web/javascript/reference/global_objects/disposablestack/dispose/index.md
+1 −1 files/en-us/web/javascript/reference/global_objects/disposablestack/move/index.md
+1 −0 files/en-us/web/javascript/reference/global_objects/symbol/asyncdispose/index.md
+1 −0 files/en-us/web/javascript/reference/global_objects/symbol/dispose/index.md
Loading