Skip to content

Commit 081d696

Browse files
Microsoft Edge 140 web platform release notes (Sep. 2025) (#3524)
* New beta web platform release notes * Finalized relnotes content * In-article TOC * Fix md tagging * Writer/Editor pass * sdk expect dates * New beta web platform release notes * Writer/Editor pass, format * toc entry * linkfix * Edit pass for new features * OTs * escape length * Writer/Editor review pass * New beta web platform release notes * Sort features and clean them up * More formatting * cont'd * webrtc audiolevel * cont'd * cont'd * browser bound keys * Done with most content * toc * add todo's for clarif * see also todos * links * Revert "links" This reverts commit e456df6. * addressed todos * nits * link * fix date * cap'z JS * New beta web platform release notes * Add TOC entry * In progress rewrite and formatting * Done with content changes * detailed content * escape code in link text * Remove local network access as it's not shipping in 140 * Writer/Editor pass * linkfix --------- Co-authored-by: captainbrosset <captainbrosset@users.noreply.github.com> Co-authored-by: Michael S. Hoffman <v-mihoffman@microsoft.com>
1 parent a152ca6 commit 081d696

5 files changed

Lines changed: 535 additions & 39 deletions

File tree

microsoft-edge/toc.yml

Lines changed: 4 additions & 0 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 140
34+
href: ./web-platform/release-notes/140.md
35+
displayName: Microsoft Edge 140 web platform release notes (Sep. 2025) # page title
36+
3337
- name: Microsoft Edge 139
3438
href: ./web-platform/release-notes/139.md
3539
displayName: Microsoft Edge 139 web platform release notes (Aug. 2025) # page title

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ To stay up-to-date and get the latest web platform features, download a preview
2424
* [CSS environment variable for OS-level font scale](#css-environment-variable-for-os-level-font-scale)
2525
* [CSS `sibling-index()` and `sibling-count()` functions](#css-sibling-index-and-sibling-count-functions)
2626
* [Interpolation progress: CSS `progress()` function](#interpolation-progress-css-progress-function)
27-
* [Nested view transitions](#nested-view-transitions)
2827
* [Web APIs](#web-apis)
2928
* [Prompt and Writing Assistance API developer previews](#prompt-and-writing-assistance-api-developer-previews)
3029
* [New `prefetchCache` and `prerenderCache` values for the `Clear-Site-Data` header](#new-prefetchcache-and-prerendercache-values-for-the-clear-site-data-header)
@@ -53,10 +52,7 @@ To stay up-to-date and get the latest web platform features, download a preview
5352
<!-- ====================================================================== -->
5453
## Edge DevTools
5554

56-
See [What's New in Microsoft Edge DevTools](../../devtools/whats-new/whats-new.md).
57-
<!-- todo: when it exists in Jun 2025, use instead:
5855
See [What's New in DevTools (Microsoft Edge 138)](../../devtools/whats-new/2025/06/devtools-138.md).
59-
-->
6056

6157

6258
<!-- ====================================================================== -->
@@ -146,24 +142,6 @@ See also:
146142
* [[css-values] Proposal for a 'progress' function to calculate progress between two `<length>` values](https://github.com/w3c/csswg-drafts/issues/7268) on the CSS Working Group GitHub repo.
147143

148144

149-
<!-- ---------- -->
150-
###### Nested view transitions
151-
152-
Nested view transitions allow view transitions to generate a nested pseudo-element tree rather than a flat pseudo-element tree, which allows certain view transitions to appear more like their original elements.
153-
154-
Some CSS features rely on the relationship between elements in the DOM tree, such as:
155-
156-
* Clipping from the `overflow`, `clip-path`, or `border-radius` properties.
157-
* 3D effects from the `transform`, `transform-style`, or `perspective` properties.
158-
* Masking and effects from the `opacity`, `mask-image`, or `filter` properties.
159-
160-
The visual output of these effects depend on the DOM tree structure, and a view transition that flattens the DOM tree can cause these effects to not work as expected.
161-
162-
See also:
163-
* [View Transition API](https://developer.mozilla.org/docs/Web/API/View_Transition_API) at MDN.
164-
* [Explainer: Nested View Transition Groups](https://github.com/WICG/view-transitions/blob/main/nested-explainer.md) on the WICG/view-transitions GitHub repo.
165-
166-
167145
<!-- ------------------------------ -->
168146
#### Web APIs
169147

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

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
8-
ms.date: 6/26/2025
8+
ms.date: 06/26/2025
99
---
1010
# Microsoft Edge 139 web platform release notes (Aug. 2025)
1111

@@ -20,7 +20,6 @@ To stay up-to-date and get the latest web platform features, download a preview
2020
* [Web platform features](#web-platform-features)
2121
* [CSS features](#css-features)
2222
* [CSS custom functions](#css-custom-functions)
23-
* [CSS `caret-animation` property](#css-caret-animation-property)
2423
* [CSS `font-width` property](#css-font-width-property)
2524
* [Continue running transitions when switching to initial transition value](#continue-running-transitions-when-switching-to-initial-transition-value)
2625
* [CSS `corner-shape` property](#css-corner-shape-property)
@@ -99,20 +98,6 @@ See also:
9998
* [Defining Custom Functions](https://drafts.csswg.org/css-mixins-1/#defining-custom-functions) in the _CSS Functions and Mixins Module_ specification.
10099

101100

102-
<!-- ---------- -->
103-
###### CSS `caret-animation` property
104-
105-
Microsoft Edge supports animating the `caret-color` CSS property. However, when animated, the default blinking behavior of the caret interfered with the animation.
106-
107-
The `caret-animation` property now supports two values:
108-
109-
* `auto`: The default browser blinking behavior occurs.
110-
* `manual`: You control the caret animation.
111-
112-
See also:
113-
* [Animation of the insertion caret: caret-animation](https://drafts.csswg.org/css-ui/#caret-animation) in _CSS Basic User Interface Module Level 4_.
114-
115-
116101
<!-- ---------- -->
117102
###### CSS `font-width` property
118103

@@ -517,7 +502,7 @@ The origins that are listed in the `scope_extensions` member must confirm that t
517502
<!-- ---------- -->
518503
###### Acquisition Info API
519504

520-
Expires on June 30, 2025.
505+
Expires on December 18, 2025.
521506

522507
The Acquisition Info API supports third-party acquisition attribution for PWAs that were acquired through an app store or directly from the browser.
523508

0 commit comments

Comments
 (0)