From 80560f4ccab5f420d808240552197bbe43fe68b7 Mon Sep 17 00:00:00 2001 From: Odysseus-GH24 Date: Mon, 20 Apr 2026 17:16:32 +0200 Subject: [PATCH 1/5] Fix typo in 'Hi tec' to 'Hi tech' (#43856) * Fix typo in 'Hi tec' to 'Hi tech' * Update files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md --------- Co-authored-by: Dipika Bhattacharya --- .../core/structuring_content/forms_challenge/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md b/files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md index d9df84e6da382f2..8df8df1a7d3a709 100644 --- a/files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md +++ b/files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md @@ -52,7 +52,7 @@ To solve this challenge, we are expecting you to create a basic website project, Describe the chairs (select all you agree with) Comfy Luxurious - Hi tec + Hi-tech Pretty Majestic From 67d40334c8b90e4623f3b0d3aea466b9882d8236 Mon Sep 17 00:00:00 2001 From: Onkar Khadangale <87750369+OnkarRuikar@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:37:30 +0530 Subject: [PATCH 2/5] Update CSS media at rule descriptor page titles (#43831) --- .../reference/at-rules/@media/-moz-device-pixel-ratio/index.md | 3 ++- .../css/reference/at-rules/@media/-webkit-animation/index.md | 3 ++- .../at-rules/@media/-webkit-device-pixel-ratio/index.md | 3 ++- .../reference/at-rules/@media/-webkit-transform-2d/index.md | 3 ++- .../reference/at-rules/@media/-webkit-transform-3d/index.md | 3 ++- .../css/reference/at-rules/@media/-webkit-transition/index.md | 3 ++- .../en-us/web/css/reference/at-rules/@media/any-hover/index.md | 3 ++- .../web/css/reference/at-rules/@media/any-pointer/index.md | 3 ++- .../web/css/reference/at-rules/@media/aspect-ratio/index.md | 3 ++- .../web/css/reference/at-rules/@media/color-gamut/index.md | 3 ++- .../web/css/reference/at-rules/@media/color-index/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/color/index.md | 3 ++- .../css/reference/at-rules/@media/device-aspect-ratio/index.md | 3 ++- .../web/css/reference/at-rules/@media/device-height/index.md | 3 ++- .../web/css/reference/at-rules/@media/device-posture/index.md | 3 ++- .../web/css/reference/at-rules/@media/device-width/index.md | 3 ++- .../web/css/reference/at-rules/@media/display-mode/index.md | 3 ++- .../web/css/reference/at-rules/@media/dynamic-range/index.md | 3 ++- .../web/css/reference/at-rules/@media/forced-colors/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/grid/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/height/index.md | 3 ++- .../at-rules/@media/horizontal-viewport-segments/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/hover/index.md | 3 ++- .../web/css/reference/at-rules/@media/inverted-colors/index.md | 3 ++- .../web/css/reference/at-rules/@media/monochrome/index.md | 3 ++- .../web/css/reference/at-rules/@media/orientation/index.md | 3 ++- .../web/css/reference/at-rules/@media/overflow-block/index.md | 3 ++- .../web/css/reference/at-rules/@media/overflow-inline/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/pointer/index.md | 3 ++- .../reference/at-rules/@media/prefers-color-scheme/index.md | 3 ++- .../css/reference/at-rules/@media/prefers-contrast/index.md | 3 ++- .../reference/at-rules/@media/prefers-reduced-data/index.md | 3 ++- .../reference/at-rules/@media/prefers-reduced-motion/index.md | 3 ++- .../at-rules/@media/prefers-reduced-transparency/index.md | 3 ++- .../web/css/reference/at-rules/@media/resolution/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/scan/index.md | 3 ++- .../en-us/web/css/reference/at-rules/@media/scripting/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/shape/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/update/index.md | 3 ++- .../at-rules/@media/vertical-viewport-segments/index.md | 3 ++- .../css/reference/at-rules/@media/video-dynamic-range/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/width/index.md | 3 ++- 42 files changed, 84 insertions(+), 42 deletions(-) diff --git a/files/en-us/web/css/reference/at-rules/@media/-moz-device-pixel-ratio/index.md b/files/en-us/web/css/reference/at-rules/@media/-moz-device-pixel-ratio/index.md index 5e6ab6e36139b8b..5e0a649bc410009 100644 --- a/files/en-us/web/css/reference/at-rules/@media/-moz-device-pixel-ratio/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/-moz-device-pixel-ratio/index.md @@ -1,5 +1,6 @@ --- -title: -moz-device-pixel-ratio +title: "`-moz-device-pixel-ratio` CSS media feature" +short-title: -moz-device-pixel-ratio slug: Web/CSS/Reference/At-rules/@media/-moz-device-pixel-ratio page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/-webkit-animation/index.md b/files/en-us/web/css/reference/at-rules/@media/-webkit-animation/index.md index 84d7328996201ae..08d2f58083ac1d0 100644 --- a/files/en-us/web/css/reference/at-rules/@media/-webkit-animation/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/-webkit-animation/index.md @@ -1,5 +1,6 @@ --- -title: -webkit-animation +title: "`-webkit-animation` CSS media feature" +short-title: -webkit-animation slug: Web/CSS/Reference/At-rules/@media/-webkit-animation page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/-webkit-device-pixel-ratio/index.md b/files/en-us/web/css/reference/at-rules/@media/-webkit-device-pixel-ratio/index.md index b055a1150612109..a886597f6c3d0f8 100644 --- a/files/en-us/web/css/reference/at-rules/@media/-webkit-device-pixel-ratio/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/-webkit-device-pixel-ratio/index.md @@ -1,5 +1,6 @@ --- -title: -webkit-device-pixel-ratio +title: "`-webkit-device-pixel-ratio` CSS media feature" +short-title: -webkit-device-pixel-ratio slug: Web/CSS/Reference/At-rules/@media/-webkit-device-pixel-ratio page-type: css-media-feature browser-compat: css.at-rules.media.-webkit-device-pixel-ratio diff --git a/files/en-us/web/css/reference/at-rules/@media/-webkit-transform-2d/index.md b/files/en-us/web/css/reference/at-rules/@media/-webkit-transform-2d/index.md index 7591a359eb3ffe7..d985cf38bcc66fa 100644 --- a/files/en-us/web/css/reference/at-rules/@media/-webkit-transform-2d/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/-webkit-transform-2d/index.md @@ -1,5 +1,6 @@ --- -title: -webkit-transform-2d +title: "`-webkit-transform-2d` CSS media feature" +short-title: -webkit-transform-2d slug: Web/CSS/Reference/At-rules/@media/-webkit-transform-2d page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/-webkit-transform-3d/index.md b/files/en-us/web/css/reference/at-rules/@media/-webkit-transform-3d/index.md index f0953666625b894..c92524ee94ec40b 100644 --- a/files/en-us/web/css/reference/at-rules/@media/-webkit-transform-3d/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/-webkit-transform-3d/index.md @@ -1,5 +1,6 @@ --- -title: -webkit-transform-3d +title: "`-webkit-transform-3d` CSS media feature" +short-title: -webkit-transform-3d slug: Web/CSS/Reference/At-rules/@media/-webkit-transform-3d page-type: css-media-feature browser-compat: css.at-rules.media.-webkit-transform-3d diff --git a/files/en-us/web/css/reference/at-rules/@media/-webkit-transition/index.md b/files/en-us/web/css/reference/at-rules/@media/-webkit-transition/index.md index 321c9912e6b1b8f..394bab84649e2d1 100644 --- a/files/en-us/web/css/reference/at-rules/@media/-webkit-transition/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/-webkit-transition/index.md @@ -1,5 +1,6 @@ --- -title: -webkit-transition +title: "`-webkit-transition` CSS media feature" +short-title: -webkit-transition slug: Web/CSS/Reference/At-rules/@media/-webkit-transition page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/any-hover/index.md b/files/en-us/web/css/reference/at-rules/@media/any-hover/index.md index 6dfc01325f4dd79..ec0f29a25fb9aa1 100644 --- a/files/en-us/web/css/reference/at-rules/@media/any-hover/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/any-hover/index.md @@ -1,5 +1,6 @@ --- -title: any-hover +title: "`any-hover` CSS media feature" +short-title: any-hover slug: Web/CSS/Reference/At-rules/@media/any-hover page-type: css-media-feature browser-compat: css.at-rules.media.any-hover diff --git a/files/en-us/web/css/reference/at-rules/@media/any-pointer/index.md b/files/en-us/web/css/reference/at-rules/@media/any-pointer/index.md index 7f0f8067ceea2ba..1b7732c2e9fbee0 100644 --- a/files/en-us/web/css/reference/at-rules/@media/any-pointer/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/any-pointer/index.md @@ -1,5 +1,6 @@ --- -title: any-pointer +title: "`any-pointer` CSS media feature" +short-title: any-pointer slug: Web/CSS/Reference/At-rules/@media/any-pointer page-type: css-media-feature browser-compat: css.at-rules.media.any-pointer diff --git a/files/en-us/web/css/reference/at-rules/@media/aspect-ratio/index.md b/files/en-us/web/css/reference/at-rules/@media/aspect-ratio/index.md index 29ffdb7af7c6d71..aee23762b895931 100644 --- a/files/en-us/web/css/reference/at-rules/@media/aspect-ratio/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/aspect-ratio/index.md @@ -1,5 +1,6 @@ --- -title: aspect-ratio +title: "`aspect-ratio` CSS media feature" +short-title: aspect-ratio slug: Web/CSS/Reference/At-rules/@media/aspect-ratio page-type: css-media-feature browser-compat: css.at-rules.media.aspect-ratio diff --git a/files/en-us/web/css/reference/at-rules/@media/color-gamut/index.md b/files/en-us/web/css/reference/at-rules/@media/color-gamut/index.md index 9ff463ff0895ced..7b96080b3455aff 100644 --- a/files/en-us/web/css/reference/at-rules/@media/color-gamut/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/color-gamut/index.md @@ -1,5 +1,6 @@ --- -title: color-gamut +title: "`color-gamut` CSS media feature" +short-title: color-gamut slug: Web/CSS/Reference/At-rules/@media/color-gamut page-type: css-media-feature browser-compat: css.at-rules.media.color-gamut diff --git a/files/en-us/web/css/reference/at-rules/@media/color-index/index.md b/files/en-us/web/css/reference/at-rules/@media/color-index/index.md index f7f39052cf39ed6..078718c23e0e672 100644 --- a/files/en-us/web/css/reference/at-rules/@media/color-index/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/color-index/index.md @@ -1,5 +1,6 @@ --- -title: color-index +title: "`color-index` CSS media feature" +short-title: color-index slug: Web/CSS/Reference/At-rules/@media/color-index page-type: css-media-feature browser-compat: css.at-rules.media.color-index diff --git a/files/en-us/web/css/reference/at-rules/@media/color/index.md b/files/en-us/web/css/reference/at-rules/@media/color/index.md index 4a8eb45c92fc192..b15d70c7e52c0ee 100644 --- a/files/en-us/web/css/reference/at-rules/@media/color/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/color/index.md @@ -1,5 +1,6 @@ --- -title: color +title: "`color` CSS media feature" +short-title: color slug: Web/CSS/Reference/At-rules/@media/color page-type: css-media-feature browser-compat: css.at-rules.media.color diff --git a/files/en-us/web/css/reference/at-rules/@media/device-aspect-ratio/index.md b/files/en-us/web/css/reference/at-rules/@media/device-aspect-ratio/index.md index 66d2cefda4d6094..d339414a4fd6dad 100644 --- a/files/en-us/web/css/reference/at-rules/@media/device-aspect-ratio/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/device-aspect-ratio/index.md @@ -1,5 +1,6 @@ --- -title: device-aspect-ratio +title: "`device-aspect-ratio` CSS media feature" +short-title: device-aspect-ratio slug: Web/CSS/Reference/At-rules/@media/device-aspect-ratio page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/device-height/index.md b/files/en-us/web/css/reference/at-rules/@media/device-height/index.md index 29bebfe7df9cafb..b1187e0187f12ae 100644 --- a/files/en-us/web/css/reference/at-rules/@media/device-height/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/device-height/index.md @@ -1,5 +1,6 @@ --- -title: device-height +title: "`device-height` CSS media feature" +short-title: device-height slug: Web/CSS/Reference/At-rules/@media/device-height page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/device-posture/index.md b/files/en-us/web/css/reference/at-rules/@media/device-posture/index.md index 50a8973c82182d5..051520373c62a57 100644 --- a/files/en-us/web/css/reference/at-rules/@media/device-posture/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/device-posture/index.md @@ -1,5 +1,6 @@ --- -title: device-posture +title: "`device-posture` CSS media feature" +short-title: device-posture slug: Web/CSS/Reference/At-rules/@media/device-posture page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/device-width/index.md b/files/en-us/web/css/reference/at-rules/@media/device-width/index.md index bb916e57532717f..2d1fa6b8a2610d1 100644 --- a/files/en-us/web/css/reference/at-rules/@media/device-width/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/device-width/index.md @@ -1,5 +1,6 @@ --- -title: device-width +title: "`device-width` CSS media feature" +short-title: device-width slug: Web/CSS/Reference/At-rules/@media/device-width page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/display-mode/index.md b/files/en-us/web/css/reference/at-rules/@media/display-mode/index.md index 6afb69bdb71e583..e6e54162cd466ef 100644 --- a/files/en-us/web/css/reference/at-rules/@media/display-mode/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/display-mode/index.md @@ -1,5 +1,6 @@ --- -title: display-mode +title: "`display-mode` CSS media feature" +short-title: display-mode slug: Web/CSS/Reference/At-rules/@media/display-mode page-type: css-media-feature browser-compat: css.at-rules.media.display-mode diff --git a/files/en-us/web/css/reference/at-rules/@media/dynamic-range/index.md b/files/en-us/web/css/reference/at-rules/@media/dynamic-range/index.md index 840d3e9b480a190..234affca4c50f26 100644 --- a/files/en-us/web/css/reference/at-rules/@media/dynamic-range/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/dynamic-range/index.md @@ -1,5 +1,6 @@ --- -title: dynamic-range +title: "`dynamic-range` CSS media feature" +short-title: dynamic-range slug: Web/CSS/Reference/At-rules/@media/dynamic-range page-type: css-media-feature browser-compat: css.at-rules.media.dynamic-range diff --git a/files/en-us/web/css/reference/at-rules/@media/forced-colors/index.md b/files/en-us/web/css/reference/at-rules/@media/forced-colors/index.md index 0016f80bd4b07e9..e558906bb0d50a3 100644 --- a/files/en-us/web/css/reference/at-rules/@media/forced-colors/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/forced-colors/index.md @@ -1,5 +1,6 @@ --- -title: forced-colors +title: "`forced-colors` CSS media feature" +short-title: forced-colors slug: Web/CSS/Reference/At-rules/@media/forced-colors page-type: css-media-feature browser-compat: css.at-rules.media.forced-colors diff --git a/files/en-us/web/css/reference/at-rules/@media/grid/index.md b/files/en-us/web/css/reference/at-rules/@media/grid/index.md index 48e82da3f258a6b..8429bcd81aed839 100644 --- a/files/en-us/web/css/reference/at-rules/@media/grid/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/grid/index.md @@ -1,5 +1,6 @@ --- -title: grid +title: "`grid` CSS media feature" +short-title: grid slug: Web/CSS/Reference/At-rules/@media/grid page-type: css-media-feature browser-compat: css.at-rules.media.grid diff --git a/files/en-us/web/css/reference/at-rules/@media/height/index.md b/files/en-us/web/css/reference/at-rules/@media/height/index.md index 4387d465fedb48c..274639391b98524 100644 --- a/files/en-us/web/css/reference/at-rules/@media/height/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/height/index.md @@ -1,5 +1,6 @@ --- -title: height +title: "`height` CSS media feature" +short-title: height slug: Web/CSS/Reference/At-rules/@media/height page-type: css-media-feature browser-compat: css.at-rules.media.height diff --git a/files/en-us/web/css/reference/at-rules/@media/horizontal-viewport-segments/index.md b/files/en-us/web/css/reference/at-rules/@media/horizontal-viewport-segments/index.md index cc80b2b57d86f48..47ec42a88d70191 100644 --- a/files/en-us/web/css/reference/at-rules/@media/horizontal-viewport-segments/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/horizontal-viewport-segments/index.md @@ -1,5 +1,6 @@ --- -title: horizontal-viewport-segments +title: "`horizontal-viewport-segments` CSS media feature" +short-title: horizontal-viewport-segments slug: Web/CSS/Reference/At-rules/@media/horizontal-viewport-segments page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/hover/index.md b/files/en-us/web/css/reference/at-rules/@media/hover/index.md index a3c07ae3388f01a..6368339a0b3d3ef 100644 --- a/files/en-us/web/css/reference/at-rules/@media/hover/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/hover/index.md @@ -1,5 +1,6 @@ --- -title: hover +title: "`hover` CSS media feature" +short-title: hover slug: Web/CSS/Reference/At-rules/@media/hover page-type: css-media-feature browser-compat: css.at-rules.media.hover diff --git a/files/en-us/web/css/reference/at-rules/@media/inverted-colors/index.md b/files/en-us/web/css/reference/at-rules/@media/inverted-colors/index.md index 1345a9919d1c8d1..bcd04e0e6d4523a 100644 --- a/files/en-us/web/css/reference/at-rules/@media/inverted-colors/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/inverted-colors/index.md @@ -1,5 +1,6 @@ --- -title: inverted-colors +title: "`inverted-colors` CSS media feature" +short-title: inverted-colors slug: Web/CSS/Reference/At-rules/@media/inverted-colors page-type: css-media-feature browser-compat: css.at-rules.media.inverted-colors diff --git a/files/en-us/web/css/reference/at-rules/@media/monochrome/index.md b/files/en-us/web/css/reference/at-rules/@media/monochrome/index.md index fc39741d5807a28..e22b054c312e4fb 100644 --- a/files/en-us/web/css/reference/at-rules/@media/monochrome/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/monochrome/index.md @@ -1,5 +1,6 @@ --- -title: monochrome +title: "`monochrome` CSS media feature" +short-title: monochrome slug: Web/CSS/Reference/At-rules/@media/monochrome page-type: css-media-feature browser-compat: css.at-rules.media.monochrome diff --git a/files/en-us/web/css/reference/at-rules/@media/orientation/index.md b/files/en-us/web/css/reference/at-rules/@media/orientation/index.md index 01f096e9235c7a2..115a067c153d9ea 100644 --- a/files/en-us/web/css/reference/at-rules/@media/orientation/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/orientation/index.md @@ -1,5 +1,6 @@ --- -title: orientation +title: "`orientation` CSS media feature" +short-title: orientation slug: Web/CSS/Reference/At-rules/@media/orientation page-type: css-media-feature browser-compat: css.at-rules.media.orientation diff --git a/files/en-us/web/css/reference/at-rules/@media/overflow-block/index.md b/files/en-us/web/css/reference/at-rules/@media/overflow-block/index.md index 2218eb5527ce910..8f5a4b7509b3cc4 100644 --- a/files/en-us/web/css/reference/at-rules/@media/overflow-block/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/overflow-block/index.md @@ -1,5 +1,6 @@ --- -title: overflow-block +title: "`overflow-block` CSS media feature" +short-title: overflow-block slug: Web/CSS/Reference/At-rules/@media/overflow-block page-type: css-media-feature browser-compat: css.at-rules.media.overflow-block diff --git a/files/en-us/web/css/reference/at-rules/@media/overflow-inline/index.md b/files/en-us/web/css/reference/at-rules/@media/overflow-inline/index.md index e630c6bf3a642fc..05ef9a0b21da514 100644 --- a/files/en-us/web/css/reference/at-rules/@media/overflow-inline/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/overflow-inline/index.md @@ -1,5 +1,6 @@ --- -title: overflow-inline +title: "`overflow-inline` CSS media feature" +short-title: overflow-inline slug: Web/CSS/Reference/At-rules/@media/overflow-inline page-type: css-media-feature browser-compat: css.at-rules.media.overflow-inline diff --git a/files/en-us/web/css/reference/at-rules/@media/pointer/index.md b/files/en-us/web/css/reference/at-rules/@media/pointer/index.md index a0db2a7192ab7ce..380eceebeb5c8de 100644 --- a/files/en-us/web/css/reference/at-rules/@media/pointer/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/pointer/index.md @@ -1,5 +1,6 @@ --- -title: pointer +title: "`pointer` CSS media feature" +short-title: pointer slug: Web/CSS/Reference/At-rules/@media/pointer page-type: css-media-feature browser-compat: css.at-rules.media.pointer diff --git a/files/en-us/web/css/reference/at-rules/@media/prefers-color-scheme/index.md b/files/en-us/web/css/reference/at-rules/@media/prefers-color-scheme/index.md index 6ef24cabe6f6d88..7638a0439d2e6cc 100644 --- a/files/en-us/web/css/reference/at-rules/@media/prefers-color-scheme/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/prefers-color-scheme/index.md @@ -1,5 +1,6 @@ --- -title: prefers-color-scheme +title: "`prefers-color-scheme` CSS media feature" +short-title: prefers-color-scheme slug: Web/CSS/Reference/At-rules/@media/prefers-color-scheme page-type: css-media-feature browser-compat: css.at-rules.media.prefers-color-scheme diff --git a/files/en-us/web/css/reference/at-rules/@media/prefers-contrast/index.md b/files/en-us/web/css/reference/at-rules/@media/prefers-contrast/index.md index 6099dfef6057b83..a36e51d5d00a938 100644 --- a/files/en-us/web/css/reference/at-rules/@media/prefers-contrast/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/prefers-contrast/index.md @@ -1,5 +1,6 @@ --- -title: prefers-contrast +title: "`prefers-contrast` CSS media feature" +short-title: prefers-contrast slug: Web/CSS/Reference/At-rules/@media/prefers-contrast page-type: css-media-feature browser-compat: css.at-rules.media.prefers-contrast diff --git a/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-data/index.md b/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-data/index.md index f833cc1aa0f8379..6dab45ddacc4b6c 100644 --- a/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-data/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-data/index.md @@ -1,5 +1,6 @@ --- -title: prefers-reduced-data +title: "`prefers-reduced-data` CSS media feature" +short-title: prefers-reduced-data slug: Web/CSS/Reference/At-rules/@media/prefers-reduced-data page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-motion/index.md b/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-motion/index.md index 59d9994c1a88e84..a038e72ab50328e 100644 --- a/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-motion/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-motion/index.md @@ -1,5 +1,6 @@ --- -title: prefers-reduced-motion +title: "`prefers-reduced-motion` CSS media feature" +short-title: prefers-reduced-motion slug: Web/CSS/Reference/At-rules/@media/prefers-reduced-motion page-type: css-media-feature browser-compat: css.at-rules.media.prefers-reduced-motion diff --git a/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-transparency/index.md b/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-transparency/index.md index 90ce38e7aa636ff..2b1738a0be7ac65 100644 --- a/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-transparency/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/prefers-reduced-transparency/index.md @@ -1,5 +1,6 @@ --- -title: prefers-reduced-transparency +title: "`prefers-reduced-transparency` CSS media feature" +short-title: prefers-reduced-transparency slug: Web/CSS/Reference/At-rules/@media/prefers-reduced-transparency page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/resolution/index.md b/files/en-us/web/css/reference/at-rules/@media/resolution/index.md index a46f1bcab603618..b05c91a1b254f5a 100644 --- a/files/en-us/web/css/reference/at-rules/@media/resolution/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/resolution/index.md @@ -1,5 +1,6 @@ --- -title: resolution +title: "`resolution` CSS media feature" +short-title: resolution slug: Web/CSS/Reference/At-rules/@media/resolution page-type: css-media-feature browser-compat: css.at-rules.media.resolution diff --git a/files/en-us/web/css/reference/at-rules/@media/scan/index.md b/files/en-us/web/css/reference/at-rules/@media/scan/index.md index 044f8537758ef09..0806cd883cd5f59 100644 --- a/files/en-us/web/css/reference/at-rules/@media/scan/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/scan/index.md @@ -1,5 +1,6 @@ --- -title: scan +title: "`scan` CSS media feature" +short-title: scan slug: Web/CSS/Reference/At-rules/@media/scan page-type: css-media-feature browser-compat: css.at-rules.media.scan diff --git a/files/en-us/web/css/reference/at-rules/@media/scripting/index.md b/files/en-us/web/css/reference/at-rules/@media/scripting/index.md index 417c2c56f9c2c77..513c23eae61a128 100644 --- a/files/en-us/web/css/reference/at-rules/@media/scripting/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/scripting/index.md @@ -1,5 +1,6 @@ --- -title: scripting +title: "`scripting` CSS media feature" +short-title: scripting slug: Web/CSS/Reference/At-rules/@media/scripting page-type: css-media-feature browser-compat: css.at-rules.media.scripting diff --git a/files/en-us/web/css/reference/at-rules/@media/shape/index.md b/files/en-us/web/css/reference/at-rules/@media/shape/index.md index 9eeccabe56cfa63..ae943fd94ecec66 100644 --- a/files/en-us/web/css/reference/at-rules/@media/shape/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/shape/index.md @@ -1,5 +1,6 @@ --- -title: shape +title: "`shape` CSS media feature" +short-title: shape slug: Web/CSS/Reference/At-rules/@media/shape page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/update/index.md b/files/en-us/web/css/reference/at-rules/@media/update/index.md index e738ee53eea91ae..29832aed84d7e8c 100644 --- a/files/en-us/web/css/reference/at-rules/@media/update/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/update/index.md @@ -1,5 +1,6 @@ --- -title: update +title: "`update` CSS media feature" +short-title: update slug: Web/CSS/Reference/At-rules/@media/update page-type: css-media-feature browser-compat: css.at-rules.media.update diff --git a/files/en-us/web/css/reference/at-rules/@media/vertical-viewport-segments/index.md b/files/en-us/web/css/reference/at-rules/@media/vertical-viewport-segments/index.md index 0c4b07ed671e207..2c8c9697fa47a6c 100644 --- a/files/en-us/web/css/reference/at-rules/@media/vertical-viewport-segments/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/vertical-viewport-segments/index.md @@ -1,5 +1,6 @@ --- -title: vertical-viewport-segments +title: "`vertical-viewport-segments` CSS media feature" +short-title: vertical-viewport-segments slug: Web/CSS/Reference/At-rules/@media/vertical-viewport-segments page-type: css-media-feature status: diff --git a/files/en-us/web/css/reference/at-rules/@media/video-dynamic-range/index.md b/files/en-us/web/css/reference/at-rules/@media/video-dynamic-range/index.md index 2c78ee3784275ef..1c4d0c22b5673ac 100644 --- a/files/en-us/web/css/reference/at-rules/@media/video-dynamic-range/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/video-dynamic-range/index.md @@ -1,5 +1,6 @@ --- -title: video-dynamic-range +title: "`video-dynamic-range` CSS media feature" +short-title: video-dynamic-range slug: Web/CSS/Reference/At-rules/@media/video-dynamic-range page-type: css-media-feature browser-compat: css.at-rules.media.video-dynamic-range diff --git a/files/en-us/web/css/reference/at-rules/@media/width/index.md b/files/en-us/web/css/reference/at-rules/@media/width/index.md index 50a198736624682..ae35357ae4fbad2 100644 --- a/files/en-us/web/css/reference/at-rules/@media/width/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/width/index.md @@ -1,5 +1,6 @@ --- -title: width +title: "`width` CSS media feature" +short-title: width slug: Web/CSS/Reference/At-rules/@media/width page-type: css-media-feature browser-compat: css.at-rules.media.width From e328268bb418551ab451881845881b5837c9da83 Mon Sep 17 00:00:00 2001 From: Onkar Khadangale <87750369+OnkarRuikar@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:44:00 +0530 Subject: [PATCH 3/5] Update CSS at rule page titles (#43829) --- files/en-us/web/css/reference/at-rules/@charset/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@color-profile/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@container/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@counter-style/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@custom-media/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@document/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@font-face/index.md | 3 ++- .../web/css/reference/at-rules/@font-feature-values/index.md | 3 ++- .../web/css/reference/at-rules/@font-palette-values/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@function/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@import/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@keyframes/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@layer/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@media/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@namespace/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@page/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@position-try/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@property/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@scope/index.md | 3 ++- .../en-us/web/css/reference/at-rules/@starting-style/index.md | 3 ++- files/en-us/web/css/reference/at-rules/@supports/index.md | 3 ++- .../en-us/web/css/reference/at-rules/@view-transition/index.md | 3 ++- 22 files changed, 44 insertions(+), 22 deletions(-) diff --git a/files/en-us/web/css/reference/at-rules/@charset/index.md b/files/en-us/web/css/reference/at-rules/@charset/index.md index dca9b33af7a27ab..171fa0642c87d96 100644 --- a/files/en-us/web/css/reference/at-rules/@charset/index.md +++ b/files/en-us/web/css/reference/at-rules/@charset/index.md @@ -1,5 +1,6 @@ --- -title: "@charset" +title: "`@charset` CSS at-rule" +short-title: "@charset" slug: Web/CSS/Reference/At-rules/@charset page-type: css-at-rule browser-compat: css.at-rules.charset diff --git a/files/en-us/web/css/reference/at-rules/@color-profile/index.md b/files/en-us/web/css/reference/at-rules/@color-profile/index.md index 0857ce702b27446..0bd110f9608a373 100644 --- a/files/en-us/web/css/reference/at-rules/@color-profile/index.md +++ b/files/en-us/web/css/reference/at-rules/@color-profile/index.md @@ -1,5 +1,6 @@ --- -title: "@color-profile" +title: "`@color-profile` CSS at-rule" +short-title: "@color-profile" slug: Web/CSS/Reference/At-rules/@color-profile page-type: css-at-rule spec-urls: https://www.w3.org/TR/css-color-5/#at-profile diff --git a/files/en-us/web/css/reference/at-rules/@container/index.md b/files/en-us/web/css/reference/at-rules/@container/index.md index 021add251e24c75..903c9abe1cea4fa 100644 --- a/files/en-us/web/css/reference/at-rules/@container/index.md +++ b/files/en-us/web/css/reference/at-rules/@container/index.md @@ -1,5 +1,6 @@ --- -title: "@container" +title: "`@container` CSS at-rule" +short-title: "@container" slug: Web/CSS/Reference/At-rules/@container page-type: css-at-rule browser-compat: css.at-rules.container diff --git a/files/en-us/web/css/reference/at-rules/@counter-style/index.md b/files/en-us/web/css/reference/at-rules/@counter-style/index.md index 0ceadf4970345b4..359d005129439d3 100644 --- a/files/en-us/web/css/reference/at-rules/@counter-style/index.md +++ b/files/en-us/web/css/reference/at-rules/@counter-style/index.md @@ -1,5 +1,6 @@ --- -title: "@counter-style" +title: "`@counter-style` CSS at-rule" +short-title: "@counter-style" slug: Web/CSS/Reference/At-rules/@counter-style page-type: css-at-rule browser-compat: css.at-rules.counter-style diff --git a/files/en-us/web/css/reference/at-rules/@custom-media/index.md b/files/en-us/web/css/reference/at-rules/@custom-media/index.md index 1db5f8cae5b5f1f..2b71b02fb53f601 100644 --- a/files/en-us/web/css/reference/at-rules/@custom-media/index.md +++ b/files/en-us/web/css/reference/at-rules/@custom-media/index.md @@ -1,5 +1,6 @@ --- -title: "@custom-media" +title: "`@custom-media` CSS at-rule" +short-title: "@custom-media" slug: Web/CSS/Reference/At-rules/@custom-media page-type: css-at-rule status: diff --git a/files/en-us/web/css/reference/at-rules/@document/index.md b/files/en-us/web/css/reference/at-rules/@document/index.md index 38d2341421431b0..535ef4454c69de5 100644 --- a/files/en-us/web/css/reference/at-rules/@document/index.md +++ b/files/en-us/web/css/reference/at-rules/@document/index.md @@ -1,5 +1,6 @@ --- -title: "@document" +title: "`@document` CSS at-rule" +short-title: "@document" slug: Web/CSS/Reference/At-rules/@document page-type: css-at-rule status: diff --git a/files/en-us/web/css/reference/at-rules/@font-face/index.md b/files/en-us/web/css/reference/at-rules/@font-face/index.md index ccec910962281e6..413806bcbabb005 100644 --- a/files/en-us/web/css/reference/at-rules/@font-face/index.md +++ b/files/en-us/web/css/reference/at-rules/@font-face/index.md @@ -1,5 +1,6 @@ --- -title: "@font-face" +title: "`@font-face` CSS at-rule" +short-title: "@font-face" slug: Web/CSS/Reference/At-rules/@font-face page-type: css-at-rule browser-compat: css.at-rules.font-face diff --git a/files/en-us/web/css/reference/at-rules/@font-feature-values/index.md b/files/en-us/web/css/reference/at-rules/@font-feature-values/index.md index 16bd539d0375597..65857dd5f4a4d5d 100644 --- a/files/en-us/web/css/reference/at-rules/@font-feature-values/index.md +++ b/files/en-us/web/css/reference/at-rules/@font-feature-values/index.md @@ -1,5 +1,6 @@ --- -title: "@font-feature-values" +title: "`@font-feature-values` CSS at-rule" +short-title: "@font-feature-values" slug: Web/CSS/Reference/At-rules/@font-feature-values page-type: css-at-rule browser-compat: css.at-rules.font-feature-values diff --git a/files/en-us/web/css/reference/at-rules/@font-palette-values/index.md b/files/en-us/web/css/reference/at-rules/@font-palette-values/index.md index f5a2708ccdd7252..0937fe5e49d765d 100644 --- a/files/en-us/web/css/reference/at-rules/@font-palette-values/index.md +++ b/files/en-us/web/css/reference/at-rules/@font-palette-values/index.md @@ -1,5 +1,6 @@ --- -title: "@font-palette-values" +title: "`@font-palette-values` CSS at-rule" +short-title: "@font-palette-values" slug: Web/CSS/Reference/At-rules/@font-palette-values page-type: css-at-rule browser-compat: css.at-rules.font-palette-values diff --git a/files/en-us/web/css/reference/at-rules/@function/index.md b/files/en-us/web/css/reference/at-rules/@function/index.md index 814dc5846f84685..e775bcefd731f57 100644 --- a/files/en-us/web/css/reference/at-rules/@function/index.md +++ b/files/en-us/web/css/reference/at-rules/@function/index.md @@ -1,5 +1,6 @@ --- -title: "@function" +title: "`@function` CSS at-rule" +short-title: "@function" slug: Web/CSS/Reference/At-rules/@function page-type: css-at-rule status: diff --git a/files/en-us/web/css/reference/at-rules/@import/index.md b/files/en-us/web/css/reference/at-rules/@import/index.md index 6db88869046a441..449e8483e858c3f 100644 --- a/files/en-us/web/css/reference/at-rules/@import/index.md +++ b/files/en-us/web/css/reference/at-rules/@import/index.md @@ -1,5 +1,6 @@ --- -title: "@import" +title: "`@import` CSS at-rule" +short-title: "@import" slug: Web/CSS/Reference/At-rules/@import page-type: css-at-rule browser-compat: css.at-rules.import diff --git a/files/en-us/web/css/reference/at-rules/@keyframes/index.md b/files/en-us/web/css/reference/at-rules/@keyframes/index.md index cd8d8d8fa187f6d..73fc49bcf0c7b93 100644 --- a/files/en-us/web/css/reference/at-rules/@keyframes/index.md +++ b/files/en-us/web/css/reference/at-rules/@keyframes/index.md @@ -1,5 +1,6 @@ --- -title: "@keyframes" +title: "`@keyframes` CSS at-rule" +short-title: "@keyframes" slug: Web/CSS/Reference/At-rules/@keyframes page-type: css-at-rule browser-compat: css.at-rules.keyframes diff --git a/files/en-us/web/css/reference/at-rules/@layer/index.md b/files/en-us/web/css/reference/at-rules/@layer/index.md index 45bfef96aa8a5a8..2c260edb731d228 100644 --- a/files/en-us/web/css/reference/at-rules/@layer/index.md +++ b/files/en-us/web/css/reference/at-rules/@layer/index.md @@ -1,5 +1,6 @@ --- -title: "@layer" +title: "`@layer` CSS at-rule" +short-title: "@layer" slug: Web/CSS/Reference/At-rules/@layer page-type: css-at-rule browser-compat: css.at-rules.layer diff --git a/files/en-us/web/css/reference/at-rules/@media/index.md b/files/en-us/web/css/reference/at-rules/@media/index.md index 0e28f0453a9ee14..64232002c05da52 100644 --- a/files/en-us/web/css/reference/at-rules/@media/index.md +++ b/files/en-us/web/css/reference/at-rules/@media/index.md @@ -1,5 +1,6 @@ --- -title: "@media" +title: "`@media` CSS at-rule" +short-title: "@media" slug: Web/CSS/Reference/At-rules/@media page-type: css-at-rule browser-compat: css.at-rules.media diff --git a/files/en-us/web/css/reference/at-rules/@namespace/index.md b/files/en-us/web/css/reference/at-rules/@namespace/index.md index c07e6f78d7c56fc..cbfcf5014242d5c 100644 --- a/files/en-us/web/css/reference/at-rules/@namespace/index.md +++ b/files/en-us/web/css/reference/at-rules/@namespace/index.md @@ -1,5 +1,6 @@ --- -title: "@namespace" +title: "`@namespace` CSS at-rule" +short-title: "@namespace" slug: Web/CSS/Reference/At-rules/@namespace page-type: css-at-rule browser-compat: css.at-rules.namespace diff --git a/files/en-us/web/css/reference/at-rules/@page/index.md b/files/en-us/web/css/reference/at-rules/@page/index.md index e725bc21d1b963b..c7185915d8dc403 100644 --- a/files/en-us/web/css/reference/at-rules/@page/index.md +++ b/files/en-us/web/css/reference/at-rules/@page/index.md @@ -1,5 +1,6 @@ --- -title: "@page" +title: "`@page` CSS at-rule" +short-title: "@page" slug: Web/CSS/Reference/At-rules/@page page-type: css-at-rule browser-compat: css.at-rules.page diff --git a/files/en-us/web/css/reference/at-rules/@position-try/index.md b/files/en-us/web/css/reference/at-rules/@position-try/index.md index 72b3a53fb300ffe..9894544bbecb856 100644 --- a/files/en-us/web/css/reference/at-rules/@position-try/index.md +++ b/files/en-us/web/css/reference/at-rules/@position-try/index.md @@ -1,5 +1,6 @@ --- -title: "@position-try" +title: "`@position-try` CSS at-rule" +short-title: "@position-try" slug: Web/CSS/Reference/At-rules/@position-try page-type: css-at-rule browser-compat: css.at-rules.position-try diff --git a/files/en-us/web/css/reference/at-rules/@property/index.md b/files/en-us/web/css/reference/at-rules/@property/index.md index b40593aa1a7c8fd..0b1533c3e54548a 100644 --- a/files/en-us/web/css/reference/at-rules/@property/index.md +++ b/files/en-us/web/css/reference/at-rules/@property/index.md @@ -1,5 +1,6 @@ --- -title: "@property" +title: "`@property` CSS at-rule" +short-title: "@property" slug: Web/CSS/Reference/At-rules/@property page-type: css-at-rule browser-compat: css.at-rules.property diff --git a/files/en-us/web/css/reference/at-rules/@scope/index.md b/files/en-us/web/css/reference/at-rules/@scope/index.md index a63ce4942f40b6f..9c8d2d228bb0202 100644 --- a/files/en-us/web/css/reference/at-rules/@scope/index.md +++ b/files/en-us/web/css/reference/at-rules/@scope/index.md @@ -1,5 +1,6 @@ --- -title: "@scope" +title: "`@scope` CSS at-rule" +short-title: "@scope" slug: Web/CSS/Reference/At-rules/@scope page-type: css-at-rule browser-compat: diff --git a/files/en-us/web/css/reference/at-rules/@starting-style/index.md b/files/en-us/web/css/reference/at-rules/@starting-style/index.md index 33bef966cc2f6c0..90b5614b4800409 100644 --- a/files/en-us/web/css/reference/at-rules/@starting-style/index.md +++ b/files/en-us/web/css/reference/at-rules/@starting-style/index.md @@ -1,5 +1,6 @@ --- -title: "@starting-style" +title: "`@starting-style` CSS at-rule" +short-title: "@starting-style" slug: Web/CSS/Reference/At-rules/@starting-style page-type: css-at-rule browser-compat: css.at-rules.starting-style diff --git a/files/en-us/web/css/reference/at-rules/@supports/index.md b/files/en-us/web/css/reference/at-rules/@supports/index.md index 31ba4bc802388b2..fbd3eb14de27aa6 100644 --- a/files/en-us/web/css/reference/at-rules/@supports/index.md +++ b/files/en-us/web/css/reference/at-rules/@supports/index.md @@ -1,5 +1,6 @@ --- -title: "@supports" +title: "`@supports` CSS at-rule" +short-title: "@supports" slug: Web/CSS/Reference/At-rules/@supports page-type: css-at-rule browser-compat: css.at-rules.supports diff --git a/files/en-us/web/css/reference/at-rules/@view-transition/index.md b/files/en-us/web/css/reference/at-rules/@view-transition/index.md index 000c498defecae1..f372fffd3da1a8b 100644 --- a/files/en-us/web/css/reference/at-rules/@view-transition/index.md +++ b/files/en-us/web/css/reference/at-rules/@view-transition/index.md @@ -1,5 +1,6 @@ --- -title: "@view-transition" +title: "`@view-transition` CSS at-rule" +short-title: "@view-transition" slug: Web/CSS/Reference/At-rules/@view-transition page-type: css-at-rule browser-compat: css.at-rules.view-transition From 6fda15af2f5289fcc10e6b1d47629a23d620cc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:39:24 +0200 Subject: [PATCH 4/5] ci(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#43874) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-cleanup-bot.yml | 2 +- .github/workflows/interfacedata-updater.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- .github/workflows/pr-check-lint_content.yml | 2 +- .github/workflows/pr-check_cspell_lists.yml | 2 +- .github/workflows/pr-check_javascript.yml | 2 +- .github/workflows/pr-check_json.yml | 2 +- .github/workflows/pr-check_redirects.yml | 2 +- .github/workflows/pr-check_scripts.yml | 10 +++++----- .github/workflows/pr-check_url-issues.yml | 2 +- .github/workflows/pr-check_yml.yml | 2 +- .github/workflows/pr-review-companion.yml | 2 +- .github/workflows/pr-test.yml | 2 +- .github/workflows/spelling-check-bot.yml | 2 +- .github/workflows/test.yml | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/auto-cleanup-bot.yml b/.github/workflows/auto-cleanup-bot.yml index fce81a30b4f5ead..b46cbcdd4259e76 100644 --- a/.github/workflows/auto-cleanup-bot.yml +++ b/.github/workflows/auto-cleanup-bot.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" package-manager-cache: false diff --git a/.github/workflows/interfacedata-updater.yml b/.github/workflows/interfacedata-updater.yml index fe90680f3493efd..148579af61f2f83 100644 --- a/.github/workflows/interfacedata-updater.yml +++ b/.github/workflows/interfacedata-updater.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Setup node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: "mdn-content/.nvmrc" package-manager-cache: false diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 89d8e305f1b7ec0..33677694b137909 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/pr-check-lint_content.yml b/.github/workflows/pr-check-lint_content.yml index 599e2637d2185a1..d44cd9d09e406fa 100644 --- a/.github/workflows/pr-check-lint_content.yml +++ b/.github/workflows/pr-check-lint_content.yml @@ -55,7 +55,7 @@ jobs: - name: Setup Node.js environment if: steps.check.outputs.HAS_FILES == 'true' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/pr-check_cspell_lists.yml b/.github/workflows/pr-check_cspell_lists.yml index 3117826a1fe7ee0..27c24c762c3a688 100644 --- a/.github/workflows/pr-check_cspell_lists.yml +++ b/.github/workflows/pr-check_cspell_lists.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" diff --git a/.github/workflows/pr-check_javascript.yml b/.github/workflows/pr-check_javascript.yml index d3acd78bfe4d8c8..6cd10380236d6ed 100644 --- a/.github/workflows/pr-check_javascript.yml +++ b/.github/workflows/pr-check_javascript.yml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/pr-check_json.yml b/.github/workflows/pr-check_json.yml index 28a17566c9ae68d..e73ee53f718e094 100644 --- a/.github/workflows/pr-check_json.yml +++ b/.github/workflows/pr-check_json.yml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/pr-check_redirects.yml b/.github/workflows/pr-check_redirects.yml index efc9830c45ddabc..9953d2bcfc6ff33 100644 --- a/.github/workflows/pr-check_redirects.yml +++ b/.github/workflows/pr-check_redirects.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/pr-check_scripts.yml b/.github/workflows/pr-check_scripts.yml index 1e9ae062fe25cc6..90499ce1a5c800f 100644 --- a/.github/workflows/pr-check_scripts.yml +++ b/.github/workflows/pr-check_scripts.yml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm @@ -42,7 +42,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm @@ -85,7 +85,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm @@ -106,7 +106,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm @@ -131,7 +131,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/pr-check_url-issues.yml b/.github/workflows/pr-check_url-issues.yml index e161040b833805a..57c7bd2d1f30838 100644 --- a/.github/workflows/pr-check_url-issues.yml +++ b/.github/workflows/pr-check_url-issues.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/pr-check_yml.yml b/.github/workflows/pr-check_yml.yml index 0ab8061f944bc08..ede5b84f4493b5b 100644 --- a/.github/workflows/pr-check_yml.yml +++ b/.github/workflows/pr-check_yml.yml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index 896e380fce20cb7..3b2e8eeff54cfa6 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -117,7 +117,7 @@ jobs: persist-credentials: false - name: Setup (mdn/content) - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 if: steps.check.outputs.HAS_ARTIFACT with: node-version-file: "content/.nvmrc" diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 082c3aa586292c1..6f0c45f60908988 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -78,7 +78,7 @@ jobs: - name: Setup Node.js environment if: steps.check.outputs.HAS_FILES == 'true' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: npm diff --git a/.github/workflows/spelling-check-bot.yml b/.github/workflows/spelling-check-bot.yml index 00236ce7423ee21..ac22bac01b4f792 100644 --- a/.github/workflows/spelling-check-bot.yml +++ b/.github/workflows/spelling-check-bot.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" package-manager-cache: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e81459edb201d4e..bd497e95d4c2af5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: cache: npm node-version-file: .nvmrc From ce29b1c36065db92c2a59ba507a4941fbf0a5159 Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Mon, 20 Apr 2026 13:46:53 -0400 Subject: [PATCH 5/5] docs(firefox-release): Finalize release notes for Fx150 release (#43873) --- .../mozilla/firefox/releases/149/index.md | 6 +- .../mozilla/firefox/releases/150/index.md | 51 ++---------- .../mozilla/firefox/releases/151/index.md | 6 +- .../mozilla/firefox/releases/152/index.md | 83 +++++++++++++++++++ 4 files changed, 94 insertions(+), 52 deletions(-) create mode 100644 files/en-us/mozilla/firefox/releases/152/index.md diff --git a/files/en-us/mozilla/firefox/releases/149/index.md b/files/en-us/mozilla/firefox/releases/149/index.md index 7aecf41200a613c..74cdb1d1d9358a0 100644 --- a/files/en-us/mozilla/firefox/releases/149/index.md +++ b/files/en-us/mozilla/firefox/releases/149/index.md @@ -1,8 +1,8 @@ --- -title: Firefox 149 release notes for developers (Stable) -short-title: Firefox 149 (Stable) +title: Firefox 149 release notes for developers +short-title: Firefox 149 slug: Mozilla/Firefox/Releases/149 -page-type: firefox-release-notes-active +page-type: firefox-release-notes sidebar: firefox --- diff --git a/files/en-us/mozilla/firefox/releases/150/index.md b/files/en-us/mozilla/firefox/releases/150/index.md index 18a418391e64eda..24e22c487f6c7bb 100644 --- a/files/en-us/mozilla/firefox/releases/150/index.md +++ b/files/en-us/mozilla/firefox/releases/150/index.md @@ -1,18 +1,13 @@ --- -title: Firefox 150 release notes for developers (Beta) -short-title: Firefox 150 (Beta) +title: Firefox 150 release notes for developers (Stable) +short-title: Firefox 150 (Stable) slug: Mozilla/Firefox/Releases/150 page-type: firefox-release-notes-active sidebar: firefox --- This article provides information about the changes in Firefox 150 that affect developers. -Firefox 150 is the current [Beta version of Firefox](https://www.firefox.com/en-US/channel/desktop/#beta) and ships on [April 21, 2026](https://whattrainisitnow.com/release/?version=150). - -> [!NOTE] -> The release notes for this Firefox version are still a work in progress. - - +Firefox 150 was released on [April 21, 2026](https://whattrainisitnow.com/release/?version=150). ## Changes for web developers @@ -29,18 +24,6 @@ Firefox 150 is the current [Beta version of Firefox](https://www.firefox.com/en- This is simpler that specifying media conditions and their associated sizes in the attribute, which likely duplicates behavior that is already captured in CSS media queries. ([Firefox bug 1819581](https://bugzil.la/1819581)). - - - - - - - - - - - - ### CSS - The [`color-mix()`](/en-US/docs/Web/CSS/Reference/Values/color_value/color-mix) CSS function now accepts multiple [``](/en-US/docs/Web/CSS/Reference/Values/color_value) values, rather than just two. This allows you to mix any number of colors. ([Firefox bug 2024171](https://bugzil.la/2024171)). @@ -56,21 +39,9 @@ Firefox 150 is the current [Beta version of Firefox](https://www.firefox.com/en- - The {{cssxref("overscroll-behavior")}} CSS property (and its longhand properties {{cssxref("overscroll-behavior-x")}}, {{cssxref("overscroll-behavior-y")}}, {{cssxref("overscroll-behavior-block")}}, and {{cssxref("overscroll-behavior-inline")}}) now correctly apply to scroll containers that have no scrollable overflow, such as elements with `overflow: hidden`. Previously, the property was ignored on such elements. ([Firefox bug 1837436](https://bugzil.la/1837436)). - - - - - +### JavaScript - - - - - - - - - +No notable changes. ### APIs @@ -91,14 +62,6 @@ Firefox 150 is the current [Beta version of Firefox](https://www.firefox.com/en- This queues a string of text to be announced by a {{glossary("screen reader")}}, providing a more ergonomic and reliable alternative to [ARIA live regions](/en-US/docs/Web/Accessibility/ARIA/Guides/Live_regions). ([Firefox bug 2018095](https://bugzil.la/2018095)). - - - - - - - - ### WebDriver conformance (WebDriver BiDi, Marionette) #### General @@ -125,10 +88,6 @@ Firefox 150 is the current [Beta version of Firefox](https://www.firefox.com/en- - When the list of tabs includes both split view tabs and places one or more tabs between them, the tabs are moved apart and the split view closed. ([Firefox bug 2022549](https://bugzil.la/2022549)) - Resolved an issue with some JavaScript [`import`](/en-US/docs/Web/JavaScript/Reference/Statements/import) calls failing to import CSS. ([Firefox bug 2016369](https://bugzil.la/2016369)) - - - - ## Experimental web features These features are shipping in Firefox 150 but are disabled by default. diff --git a/files/en-us/mozilla/firefox/releases/151/index.md b/files/en-us/mozilla/firefox/releases/151/index.md index d6c751ef0646ae5..b60011e1a2946b3 100644 --- a/files/en-us/mozilla/firefox/releases/151/index.md +++ b/files/en-us/mozilla/firefox/releases/151/index.md @@ -1,13 +1,13 @@ --- -title: Firefox 151 release notes for developers (Nightly) -short-title: Firefox 151 (Nightly) +title: Firefox 151 release notes for developers (Beta) +short-title: Firefox 151 (Beta) slug: Mozilla/Firefox/Releases/151 page-type: firefox-release-notes-active sidebar: firefox --- This article provides information about the changes in Firefox 151 that affect developers. -Firefox 151 is the current [Nightly version of Firefox](https://www.firefox.com/en-US/channel/desktop/#nightly) and ships on [May 19, 2026](https://whattrainisitnow.com/release/?version=151). +Firefox 151 is the current [Beta version of Firefox](https://www.firefox.com/en-US/channel/desktop/#beta) and ships on [May 19, 2026](https://whattrainisitnow.com/release/?version=151). > [!NOTE] > The release notes for this Firefox version are still a work in progress. diff --git a/files/en-us/mozilla/firefox/releases/152/index.md b/files/en-us/mozilla/firefox/releases/152/index.md new file mode 100644 index 000000000000000..25fd138d679d7a6 --- /dev/null +++ b/files/en-us/mozilla/firefox/releases/152/index.md @@ -0,0 +1,83 @@ +--- +title: Firefox 152 release notes for developers (Nightly) +short-title: Firefox 152 (Nightly) +slug: Mozilla/Firefox/Releases/152 +page-type: firefox-release-notes-active +sidebar: firefox +--- + +This article provides information about the changes in Firefox 152 that affect developers. +Firefox 152 is the current [Nightly version of Firefox](https://www.firefox.com/en-US/channel/desktop/#nightly) and ships on [June 16, 2026](https://whattrainisitnow.com/release/?version=152). + +> [!NOTE] +> The release notes for this Firefox version are still a work in progress. + + + +## Changes for web developers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## Changes for add-on developers + + + + + +## Experimental web features + +These features are shipping in Firefox 152 but are disabled by default. +To experiment with them, search for the appropriate preference on the `about:config` page and set it to `true`. +You can find more such features on the [Experimental features](/en-US/docs/Mozilla/Firefox/Experimental_features) page.