Skip to content
Open
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
3 changes: 2 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6364,6 +6364,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
display: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
dominantBaseline: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */
dynamicRangeLimit: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
emptyCells: string;
Expand Down Expand Up @@ -23614,7 +23615,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
*/
readonly cancelable: boolean;
/**
* The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
* The read-only **`interactionId`** property or the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId)
*/
Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6354,6 +6354,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
display: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
dominantBaseline: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */
dynamicRangeLimit: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
emptyCells: string;
Expand Down Expand Up @@ -23590,7 +23591,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
*/
readonly cancelable: boolean;
/**
* The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
* The read-only **`interactionId`** property or the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId)
*/
Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6361,6 +6361,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
display: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
dominantBaseline: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */
dynamicRangeLimit: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
emptyCells: string;
Expand Down Expand Up @@ -23611,7 +23612,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
*/
readonly cancelable: boolean;
/**
* The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
* The read-only **`interactionId`** property or the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId)
*/
Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6361,6 +6361,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
display: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
dominantBaseline: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */
dynamicRangeLimit: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
emptyCells: string;
Expand Down Expand Up @@ -23611,7 +23612,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
*/
readonly cancelable: boolean;
/**
* The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
* The read-only **`interactionId`** property or the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId)
*/
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 73 files
+47 −5 .github/workflows/pr-review-companion.yml
+3 −0 .github/workflows/pr-test.yml
+1 −0 .vscode/dictionaries/proper-names.txt
+1 −0 .vscode/dictionaries/terms-abbreviations.txt
+1 −1 files/en-us/games/techniques/3d_on_the_web/glsl_shaders/index.md
+1 −1 files/en-us/learn_web_development/core/accessibility/html/index.md
+46 −45 files/en-us/learn_web_development/core/css_layout/fundamental_layout_comprehension/index.md
+555 −0 files/en-us/learn_web_development/core/css_layout/mobile-first_challenge/index.md
+ files/en-us/learn_web_development/core/css_layout/mobile-first_challenge/rwd-task-middle.png
+ files/en-us/learn_web_development/core/css_layout/mobile-first_challenge/rwd-task-start.png
+ files/en-us/learn_web_development/core/css_layout/mobile-first_challenge/rwd-task-widescreen.png
+2 −2 files/en-us/learn_web_development/core/css_layout/test_your_skills/responsive_design/index.md
+18 −14 files/en-us/learn_web_development/core/scripting/dom_scripting/index.md
+3 −3 files/en-us/learn_web_development/core/scripting/image_gallery/index.md
+6 −6 files/en-us/learn_web_development/core/structuring_content/splash_page/index.md
+2 −2 files/en-us/learn_web_development/core/styling_basics/images_media_forms/index.md
+2 −2 files/en-us/learn_web_development/core/styling_basics/overflow/index.md
+18 −68 files/en-us/learn_web_development/core/styling_basics/size_decorate_content_panel/index.md
+1 −1 files/en-us/learn_web_development/core/styling_basics/test_your_skills/backgrounds_and_borders/index.md
+2 −2 files/en-us/learn_web_development/core/styling_basics/test_your_skills/overflow/index.md
+ files/en-us/learn_web_development/core/text_styling/typesetting_a_homepage/example-finished.png
+ files/en-us/learn_web_development/core/text_styling/typesetting_a_homepage/example-start.png
+ files/en-us/learn_web_development/core/text_styling/typesetting_a_homepage/example2.png
+347 −36 files/en-us/learn_web_development/core/text_styling/typesetting_a_homepage/index.md
+9 −19 files/en-us/learn_web_development/extensions/forms/html_forms_in_legacy_browsers/index.md
+1 −1 files/en-us/learn_web_development/getting_started/web_standards/the_web_standards_model/index.md
+1 −1 files/en-us/learn_web_development/getting_started/your_first_website/publishing_your_website/index.md
+1 −1 files/en-us/mozilla/add-ons/webextensions/manifest.json/host_permissions/index.md
+0 −14 files/en-us/mozilla/firefox/experimental_features/index.md
+10 −2 files/en-us/mozilla/firefox/releases/144/index.md
+355 −355 files/en-us/web/api/canvasrenderingcontext2d/arcto/index.md
+8 −8 files/en-us/web/api/canvasrenderingcontext2d/globalcompositeoperation/index.md
+1 −1 files/en-us/web/api/contactaddress/recipient/index.md
+9 −5 files/en-us/web/api/htmlvideoelement/cancelvideoframecallback/index.md
+4 −4 files/en-us/web/api/idbtransaction/error_event/index.md
+3 −1 files/en-us/web/api/inputdeviceinfo/getcapabilities/index.md
+1 −1 files/en-us/web/api/mathmlelement/dataset/index.md
+1 −1 files/en-us/web/api/mathmlelement/index.md
+19 −11 files/en-us/web/api/mediatrackconstraints/echocancellation/index.md
+5 −1 files/en-us/web/api/mediatrackconstraints/index.md
+19 −19 files/en-us/web/api/mediatracksupportedconstraints/index.md
+10 −6 files/en-us/web/api/performanceeventtiming/interactionid/index.md
+4 −2 files/en-us/web/api/speechrecognition/available_static/index.md
+4 −2 files/en-us/web/api/speechrecognition/install_static/index.md
+1 −1 files/en-us/web/api/svgfespotlightelement/x/index.md
+1 −1 files/en-us/web/api/svgfespotlightelement/y/index.md
+3 −3 files/en-us/web/api/web_speech_api/using_the_web_speech_api/index.md
+23 −21 files/en-us/web/api/webgl_api/by_example/raining_rectangles/index.md
+1 −1 files/en-us/web/api/webgl_api/data/index.md
+1 −1 files/en-us/web/api/webgl_compressed_texture_s3tc/index.md
+1 −1 files/en-us/web/api/webgl_compressed_texture_s3tc_srgb/index.md
+1 −1 files/en-us/web/api/webglrenderingcontext/iscontextlost/index.md
+1 −1 files/en-us/web/api/webglrenderingcontext/vertexattribpointer/index.md
+1 −1 files/en-us/web/api/webgpu_api/index.md
+1 −1 files/en-us/web/api/xrwebgllayer/xrwebgllayer/index.md
+1 −1 files/en-us/web/css/css_cascading_variables/using_css_custom_properties/index.md
+0 −1 files/en-us/web/css/css_shapes/index.md
+2 −0 files/en-us/web/css/css_values_and_units/css_value_functions/index.md
+2 −1 files/en-us/web/css/css_values_and_units/index.md
+1 −1 files/en-us/web/css/dynamic-range-limit-mix/index.md
+399 −0 files/en-us/web/css/progress/index.md
+13 −0 files/en-us/web/http/guides/cookies/index.md
+1 −1 files/en-us/web/javascript/reference/global_objects/intl/supportedvaluesof/index.md
+55 −0 files/en-us/web/mathml/reference/global_attributes/data-_star_/index.md
+1 −1 files/en-us/web/media/guides/audio_and_video_delivery/adding_captions_and_subtitles_to_html5_video/index.md
+2 −2 files/en-us/web/media/guides/audio_and_video_delivery/cross_browser_video_player/index.md
+2 −2 files/en-us/web/media/guides/audio_and_video_delivery/index.md
+1 −1 files/en-us/web/media/guides/audio_and_video_delivery/video_player_styling_basics/index.md
+1 −1 files/en-us/web/svg/tutorials/svg_from_scratch/tools_for_svg/index.md
+12 −0 files/jsondata/L10n-Template.json
+2 −1 files/sidebars/learnsidebar.yaml
+1 −1 package.json
+14 −14 yarn.lock
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.