diff --git a/microsoft-edge/toc.yml b/microsoft-edge/toc.yml
index 59e667fb8c..429baddcba 100644
--- a/microsoft-edge/toc.yml
+++ b/microsoft-edge/toc.yml
@@ -30,6 +30,10 @@
href: ./web-platform/release-notes/index.md
displayName: what's new, announcements
+ - name: Microsoft Edge 143
+ href: ./web-platform/release-notes/143.md
+ displayName: Microsoft Edge 143 web platform release notes (Dec. 2025) # page title
+
- name: Microsoft Edge 142
href: ./web-platform/release-notes/142.md
displayName: Microsoft Edge 142 web platform release notes (Oct. 2025) # page title
diff --git a/microsoft-edge/web-platform/release-notes/133.md b/microsoft-edge/web-platform/release-notes/133.md
index a55ae2936c..e13bbb28be 100644
--- a/microsoft-edge/web-platform/release-notes/133.md
+++ b/microsoft-edge/web-platform/release-notes/133.md
@@ -40,7 +40,7 @@ To stay up-to-date and get the latest web platform features, download a preview
* [WebGPU: 1-component vertex formats (and `unorm8x4-bgra`)](#webgpu-1-component-vertex-formats-and-unorm8x4-bgra)
* [X25519 algorithm of the Web Cryptography API](#x25519-algorithm-of-the-web-cryptography-api)
* [popover=hint](#popoverhint)
- * [Deprecated and removed features](#deprecated-and-removed-features)
+ * [Deprecated or removed features](#deprecated-or-removed-features)
* [Deprecate WebGPU limit maxInterStageShaderComponents](#deprecate-webgpu-limit-maxinterstageshadercomponents)
* [Remove `` five-minute rule](#remove-link-relprefetch-five-minute-rule)
* [Origin trials](#origin-trials)
@@ -64,7 +64,7 @@ See [What's New in DevTools (Microsoft Edge 133)](../../devtools/whats-new/2025/
## WebView2
-See [1.0.3065.39](../../webview2/release-notes/archive.md#10306539) in _Archived Release Notes for the WebView2 SDK_ (Feb. 2025).
+See [1.0.3065.39](../../webview2/release-notes/archive.md#10306539) (Feb. 2025) in _Archived Release Notes for the WebView2 SDK_.
@@ -275,7 +275,9 @@ The Popover API specifies the behavior for two values of the `popover` attribute
-#### Deprecated and removed features
+#### Deprecated or removed features
+
+The following Web API features have been deprecated (still supported, but not recommended) or removed.
diff --git a/microsoft-edge/web-platform/release-notes/134.md b/microsoft-edge/web-platform/release-notes/134.md
index 5baa9252ec..b8f22f9a89 100644
--- a/microsoft-edge/web-platform/release-notes/134.md
+++ b/microsoft-edge/web-platform/release-notes/134.md
@@ -52,7 +52,7 @@ See [What's New in DevTools (Microsoft Edge 134)](../../devtools/whats-new/2025/
## WebView2
-See [1.0.3124.44](../../webview2/release-notes/archive.md#10312444) in _Release Notes for the WebView2 SDK_ (March 2025).
+See [1.0.3124.44](../../webview2/release-notes/archive.md#10312444) (March 2025) in _Archived Release Notes for the WebView2 SDK_.
diff --git a/microsoft-edge/web-platform/release-notes/135.md b/microsoft-edge/web-platform/release-notes/135.md
index f447bb0c25..a8f44fdb3e 100644
--- a/microsoft-edge/web-platform/release-notes/135.md
+++ b/microsoft-edge/web-platform/release-notes/135.md
@@ -46,7 +46,7 @@ To stay up-to-date and get the latest web platform features, download a preview
* [Timestamps for RTC Encoded Frames](#timestamps-for-rtc-encoded-frames)
* [fetchLater API](#fetchlater-api)
* [highlightsFromPoint API](#highlightsfrompoint-api)
- * [Deprecated and removed features](#deprecated-and-removed-features)
+ * [Deprecated or removed features](#deprecated-or-removed-features)
* [Remove `navigator.xr.supportsSession` method](#remove-navigatorxrsupportssession-method)
* [Remove WebGPU limit `maxInterStageShaderComponents`](#remove-webgpu-limit-maxinterstageshadercomponents)
* [Origin trials](#origin-trials)
@@ -66,10 +66,7 @@ See [What's New in DevTools (Microsoft Edge 135)](../../devtools/whats-new/2025/
## WebView2
-See [Release Notes for the WebView2 SDK](../../webview2/release-notes/index.md).
-
+See [1.0.3179.45](../../webview2/release-notes/archive.md#10317945 ) (Apr. 2025) in _Archived Release Notes for the WebView2 SDK_.
@@ -319,7 +316,9 @@ Getting highlights from a point can be used by a web app to manage user interact
-#### Deprecated and removed features
+#### Deprecated or removed features
+
+The following Web API features have been deprecated (still supported, but not recommended) or removed.
diff --git a/microsoft-edge/web-platform/release-notes/136.md b/microsoft-edge/web-platform/release-notes/136.md
index 63eeabd10d..70c13f3554 100644
--- a/microsoft-edge/web-platform/release-notes/136.md
+++ b/microsoft-edge/web-platform/release-notes/136.md
@@ -43,9 +43,8 @@ To stay up-to-date and get the latest web platform features, download a preview
* [Web Authentication Conditional Create](#web-authentication-conditional-create)
* [Return multiple identity providers in a single FedCM `get()` call](#return-multiple-identity-providers-in-a-single-fedcm-get-call)
* [`RegExp.escape()`](#regexpescape)
- * [Deprecated and removed features](#deprecated-and-removed-features)
+ * [Deprecated or removed features](#deprecated-or-removed-features)
* [Deprecate the `AutomaticHttpsDefault` policy](#deprecate-the-automatichttpsdefault-policy)
- * [Deprecate `Intl.Locale` getters](#deprecate-intllocale-getters)
* [Origin trials](#origin-trials)
* [New Chromium origin trials](#new-chromium-origin-trials)
* [Update of Canvas text rendering implementation](#update-of-canvas-text-rendering-implementation)
@@ -65,7 +64,7 @@ See [What's New in DevTools (Microsoft Edge 136)](../../devtools/whats-new/2025/
## WebView2
-See [1.0.3240.44](../../webview2/release-notes/index.md#10324044) in _Release Notes for the WebView2 SDK_ (May 2025).
+See [1.0.3240.44](../../webview2/release-notes/index.md#10324044) (May 2025) in _Release Notes for the WebView2 SDK_.
@@ -313,7 +312,9 @@ See [RegExp.escape()](https://developer.mozilla.org/docs/Web/JavaScript/Referenc
-#### Deprecated and removed features
+#### Deprecated or removed features
+
+The following Web API features have been deprecated (still supported, but not recommended) or removed.
@@ -322,16 +323,6 @@ See [RegExp.escape()](https://developer.mozilla.org/docs/Web/JavaScript/Referenc
The `AutomaticHttpsDefault` policy is supported but discouraged in Microsoft Edge 136, and is planned to be removed in Microsoft Edge 139. Instead, use the new `HttpsUpgradesEnabled` policy, which is available starting in Microsoft Edge version 136.
-
-###### Deprecate `Intl.Locale` getters
-
-The `Intl.Locale` API exposes information for a locale, including its week elements and its hour cycle type, such as 12-hour clock, Japanese 12-hour clock, or 24-hour clock.
-
-The accessor properties of the `Intl.Locale` object are now deprecated, in favor of the corresponding functions, per the specification. For example, the `Intl.Locale.prototype.hourCycle` accessor property is deprecated in favor of the `Intl.Locale.prototype.getHourCycles()` function.
-
-See [Intl.Locale](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) at MDN.
-
-
## Origin trials
diff --git a/microsoft-edge/web-platform/release-notes/137.md b/microsoft-edge/web-platform/release-notes/137.md
index 9ac171172e..65a4c69e9d 100644
--- a/microsoft-edge/web-platform/release-notes/137.md
+++ b/microsoft-edge/web-platform/release-notes/137.md
@@ -59,7 +59,7 @@ See [What's New in DevTools (Microsoft Edge 137)](../../devtools/whats-new/2025/
## WebView2
-See [1.0.3296.44](../../webview2/release-notes/index.md#10329644) in _Release Notes for the WebView2 SDK_ (June 2025).
+See [1.0.3296.44](../../webview2/release-notes/index.md#10329644) (June 2025) in _Release Notes for the WebView2 SDK_.
diff --git a/microsoft-edge/web-platform/release-notes/138.md b/microsoft-edge/web-platform/release-notes/138.md
index 4b919de99b..5e8550d012 100644
--- a/microsoft-edge/web-platform/release-notes/138.md
+++ b/microsoft-edge/web-platform/release-notes/138.md
@@ -57,7 +57,7 @@ See [What's New in DevTools (Microsoft Edge 138)](../../devtools/whats-new/2025/
## WebView2
-See [1.0.3296.44](../../webview2/release-notes/index.md#10329644) in _Release Notes for the WebView2 SDK_ (June 2025).
+See [1.0.3296.44](../../webview2/release-notes/index.md#10329644) (June 2025) in _Release Notes for the WebView2 SDK_.
diff --git a/microsoft-edge/web-platform/release-notes/139.md b/microsoft-edge/web-platform/release-notes/139.md
index 9670544921..2626098ed8 100644
--- a/microsoft-edge/web-platform/release-notes/139.md
+++ b/microsoft-edge/web-platform/release-notes/139.md
@@ -25,7 +25,6 @@ To stay up-to-date and get the latest web platform features, download a preview
* [CSS `corner-shape` property](#css-corner-shape-property)
* [Web APIs](#web-apis)
* [`request-close` invoker command](#request-close-invoker-command)
- * [Allow more characters in JavaScript DOM APIs](#allow-more-characters-in-javascript-dom-apis)
* [Audio level for WebRTC encoded frames](#audio-level-for-webrtc-encoded-frames)
* [Specify a crash-reporting endpoint to receive only crash reports](#specify-a-crash-reporting-endpoint-to-receive-only-crash-reports)
* [Fire error event instead of throwing for CSP blocked worker](#fire-error-event-instead-of-throwing-for-csp-blocked-worker)
@@ -62,7 +61,7 @@ See [What's New in DevTools (Microsoft Edge 139)](../../devtools/whats-new/2025/
## WebView2
-See [1.0.3405.78](../../webview2/release-notes/index.md#10340578) in _Release Notes for the WebView2 SDK_ (Aug 2025).
+See [1.0.3405.78](../../webview2/release-notes/index.md#10340578) (Aug. 2025) in _Release Notes for the WebView2 SDK_.
@@ -141,17 +140,6 @@ See also:
* [Invoker Commands API](https://developer.mozilla.org/docs/Web/API/Invoker_Commands_API) at MDN.
-
-###### Allow more characters in JavaScript DOM APIs
-
-You can now create DOM elements and attributes with a wider variety of valid characters in JavaScript. This matches the behavior for when the same elements and attributes are defined in HTML markup.
-
-This change aligns the JavaScript DOM APIs with the HTML parser, which allows a broader set of characters for element names and attributes.
-
-See also:
-* [Allow more characters in javascript DOM APIs](https://chromestatus.com/feature/6278918763708416)
-
-
###### Audio level for WebRTC encoded frames
diff --git a/microsoft-edge/web-platform/release-notes/140.md b/microsoft-edge/web-platform/release-notes/140.md
index aa35c4c2f8..6706d07366 100644
--- a/microsoft-edge/web-platform/release-notes/140.md
+++ b/microsoft-edge/web-platform/release-notes/140.md
@@ -56,7 +56,7 @@ See [What's New in DevTools (Microsoft Edge 140)](../../devtools/whats-new/2025/
## WebView2
-See [1.0.3485.44](../../webview2/release-notes/index.md#10348544) in _Release Notes for the WebView2 SDK_ (Sep. 2025).
+See [1.0.3485.44](../../webview2/release-notes/index.md#10348544) (Sep. 2025) in _Release Notes for the WebView2 SDK_.
diff --git a/microsoft-edge/web-platform/release-notes/141.md b/microsoft-edge/web-platform/release-notes/141.md
index f2b641bb4d..2a9a49c950 100644
--- a/microsoft-edge/web-platform/release-notes/141.md
+++ b/microsoft-edge/web-platform/release-notes/141.md
@@ -44,19 +44,13 @@ To stay up-to-date and get the latest web platform features, download a preview
## Edge DevTools
-See [What's New in Microsoft Edge DevTools](../../devtools/whats-new/whats-new.md).
-
## WebView2
-See [Release Notes for the WebView2 SDK](../../webview2/release-notes/index.md).
-
+See [1.0.3537.50](../../webview2/release-notes/index.md#10353750) (Oct. 2025) in _Release Notes for the WebView2 SDK_.
diff --git a/microsoft-edge/web-platform/release-notes/142.md b/microsoft-edge/web-platform/release-notes/142.md
index c65853d178..60cdeacdb2 100644
--- a/microsoft-edge/web-platform/release-notes/142.md
+++ b/microsoft-edge/web-platform/release-notes/142.md
@@ -5,12 +5,9 @@ author: MSEdgeTeam
ms.author: msedgedevrel
ms.topic: conceptual
ms.service: microsoft-edge
-ms.date: 10/19/2025
+ms.date: 10/30/2025
---
# Microsoft Edge 142 web platform release notes (Oct. 2025)
-
The following are the new web platform features and updates in Microsoft Edge 142, which releases on October 30, 2025.
@@ -22,7 +19,6 @@ To stay up-to-date and get the latest web platform features, download a preview
* [WebView2](#webview2)
* [CSS features](#css-features)
* [AccentColor and AccentColorText system colors](#accentcolor-and-accentcolortext-system-colors)
- * [CSS font-language-override property](#css-font-language-override-property)
* [document.activeViewTransition property](#documentactiveviewtransition-property)
* [Range syntax for style container queries and if() functions](#range-syntax-for-style-container-queries-and-if-functions)
* [SVG features](#svg-features)
@@ -30,13 +26,10 @@ To stay up-to-date and get the latest web platform features, download a preview
* [CSS width and height support for SVG \