Skip to content

Commit 585bb90

Browse files
captainbrossetundefinedmikehoffms
authored
Microsoft Edge 145 web platform release notes (Feb. 2026) (#3682) (#3683)
* New web platform release notes for 145 * Edit pass * detailed contents * writer/editor pass 1st half * linkfix * 2nd half writer editor pass * del Entry todo's * not This * png-jpeg-in-bmp applies to edge * Update site-impacting-changes * update template * addressed review comments * escape html tag name * Fix formatting --------- Co-authored-by: captainbrosset <captainbrosset@users.noreply.github.com> Co-authored-by: undefined <undefined@users.noreply.github.com> Co-authored-by: Michael Hoffman <45407486+mikehoffms@users.noreply.github.com>
2 parents c5d8b8a + c046833 commit 585bb90

File tree

6 files changed

+667
-43
lines changed

6 files changed

+667
-43
lines changed

microsoft-edge/toc.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
href: ./web-platform/release-notes/index.md
3131
displayName: what's new, announcements
3232

33+
- name: Microsoft Edge 145
34+
href: ./web-platform/release-notes/145.md
35+
displayName: Microsoft Edge 145 web platform release notes (Feb. 2026) # page title
36+
3337
- name: Microsoft Edge 144
3438
href: ./web-platform/release-notes/144.md
3539
displayName: Microsoft Edge 144 web platform release notes (Jan. 2026) # page title
@@ -66,13 +70,13 @@
6670
href: ./web-platform/release-notes/136.md
6771
displayName: Microsoft Edge 136 web platform release notes (May 2025) # page title
6872

69-
- name: Microsoft Edge 135
70-
href: ./web-platform/release-notes/135.md
71-
displayName: Microsoft Edge 135 web platform release notes (Apr. 2025) # page title
72-
7373
# keep 10 items above
7474
- name: Archive
7575
items:
76+
- name: Microsoft Edge 135
77+
href: ./web-platform/release-notes/135.md
78+
displayName: Microsoft Edge 135 web platform release notes (Apr. 2025) # page title
79+
7680
- name: Microsoft Edge 134
7781
href: ./web-platform/release-notes/134.md
7882
displayName: Microsoft Edge 134 web platform release notes (Mar. 2025) # page title

microsoft-edge/web-platform/release-notes/143.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Below are the new Web API features in Microsoft Edge.
147147

148148

149149
<!-- ---------- -->
150-
###### Allow more characters in JavaScript DOM APIs
150+
#### Allow more characters in JavaScript DOM APIs
151151

152152
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.
153153

microsoft-edge/web-platform/release-notes/144.md

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: article
77
ms.service: microsoft-edge
8-
ms.date: 01/08/2026
8+
ms.date: 01/15/2026
99
---
1010
# Microsoft Edge 144 web platform release notes (Jan. 2026)
11-
<!-- todo: update date: field to:
12-
ms.date: 01/15/2026
13-
per build report, must be < 30 days in future
14-
-->
1511

1612
The following are the new web platform features and updates in Microsoft Edge 144, which releases on January 15, 2026.
1713

@@ -31,13 +27,11 @@ To stay up-to-date and get the latest web platform features, download a preview
3127
* [Web APIs](#web-apis)
3228
* [The Temporal API](#the-temporal-api)
3329
* [The clipboardchange event](#the-clipboardchange-event)
34-
* [IDNA ContextJ rules](#idna-contextj-rules)
3530
* [The variants accessor property of Intl.Locale](#the-variants-accessor-property-of-intllocale)
3631
* [Mirroring of MathML operators in right-to-left mode](#mirroring-of-mathml-operators-in-right-to-left-mode)
3732
* [Performance API interactionCount property](#performance-api-interactioncount-property)
3833
* [The `maintain-framerate-and-resolution` value for the `RTCDegradationPreference` enum](#the-maintain-framerate-and-resolution-value-for-the-rtcdegradationpreference-enum)
3934
* [LayoutShift API reports rect elements in CSS pixels](#layoutshift-api-reports-rect-elements-in-css-pixels)
40-
* [Browser Bound Keys in the Secure Payment Confirmation API](#browser-bound-keys-in-the-secure-payment-confirmation-api)
4135
* [Support for `ping`, `hreflang`, `type`, and `referrerPolicy` for SVG `<a>` elements](#support-for-ping-hreflang-type-and-referrerpolicy-for-svg-a-elements)
4236
* [Exception on History API pushState and replaceState throttling](#exception-on-history-api-pushstate-and-replacestate-throttling)
4337
* [User-Agent Client Hints ch-ua-high-entropy-values permissions policy](#user-agent-client-hints-ch-ua-high-entropy-values-permissions-policy)
@@ -64,23 +58,25 @@ To stay up-to-date and get the latest web platform features, download a preview
6458
## Edge DevTools
6559

6660
See [What's New in Microsoft Edge DevTools](../../devtools/whats-new/whats-new.md).
67-
<!-- todo: when it exists in Jan 2026, use instead:
68-
See [What's new in DevTools (Microsoft Edge 144)](../../devtools/whats-new/2026/01/devtools-144.md).
61+
<!-- todo: when exists, use instead:
62+
See [What's new in DevTools (Microsoft Edge 144)](../../devtools/whats-new/144.md).
6963
-->
7064

7165

7266
<!-- ====================================================================== -->
7367
## WebView2
7468

7569
See [Release Notes for the WebView2 SDK](../../webview2/release-notes/index.md).
76-
<!-- todo: when exists in Jan 2026, use instead:
77-
For WebView2, see [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) in _Release Notes for the WebView2 SDK_ (Jan 2026).
70+
<!-- todo: when exists, use instead:
71+
For WebView2, see [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) (January nn, 2026) in _Release Notes for the WebView2 SDK_.
7872
-->
7973

8074

8175
<!-- ====================================================================== -->
8276
## CSS features
8377

78+
Below are the new Cascading Style Sheets (CSS) features in Microsoft Edge.
79+
8480

8581
<!-- ------------------------------ -->
8682
#### The `scrolled` feature for scroll-state container queries
@@ -181,6 +177,8 @@ See also:
181177
<!-- ====================================================================== -->
182178
## Web APIs
183179

180+
Below are the new Web API features in Microsoft Edge.
181+
184182

185183
<!-- ------------------------------ -->
186184
#### The Temporal API
@@ -202,17 +200,6 @@ See also:
202200
* [Test the clipboardchange event—a more efficient way to monitor the clipboard](https://developer.chrome.com/blog/clipboardchange).
203201

204202

205-
<!-- ------------------------------ -->
206-
#### IDNA ContextJ rules
207-
208-
To improve interoperability with other browsers, Microsoft Edge now implements the IDNA ContextJ rules, by disallowing ZWNJ (U+200C ZERO WIDTH NON-JOINER) and ZWJ (U+200D ZERO WIDTH JOINER) characters in most places within URLs.
209-
210-
IDNA is the mechanism by which non-ASCII characters can occur in domain names. For example, the URL `http://네이버.한국/` is encoded as `http://xn--950bt9s8xi.xn--3e0b707e/`.
211-
212-
See also:
213-
* [Better Unicode support](./143.md#better-unicode-support) in _Microsoft Edge 143 web platform release notes (Dec. 2025)_.
214-
215-
216203
<!-- ------------------------------ -->
217204
#### The `variants` accessor property of `Intl.Locale`
218205

@@ -281,18 +268,6 @@ See also:
281268
* [LayoutShiftAttribution](https://developer.mozilla.org/docs/Web/API/LayoutShiftAttribution) at MDN.
282269

283270

284-
<!-- ------------------------------ -->
285-
#### Browser Bound Keys in the Secure Payment Confirmation API
286-
287-
The Secure Payment Confirmation API can now keep up with syncing passkeys and device requirements for online payments. The Browser Bound Keys feature adds device binding in the browser, to enable payment scenarios in which device binding is required.
288-
289-
This feature helps meet requirements for device binding for payment transactions.
290-
291-
See also:
292-
* [Using Secure Payment Confirmation](https://developer.mozilla.org/docs/Web/API/Payment_Request_API/Using_secure_payment_confirmation) at MDN.
293-
* [Browser Bound Key Store](https://w3c.github.io/secure-payment-confirmation/#sctn-browser-bound-key-store) in _Secure Payment Confirmation_.
294-
295-
296271
<!-- ------------------------------ -->
297272
#### Support for `ping`, `hreflang`, `type`, and `referrerPolicy` for SVG `<a>` elements
298273

0 commit comments

Comments
 (0)