Skip to content

Commit 0429098

Browse files
Microsoft Edge 151 web platform release notes (Jul. 2026) (#3844)
* New web platform release notes for 151 * toc * copy OT rows from 150.md * Move features from older release notes * Revise CSS features * Revised the HTML features * edit pass * Revised the web apis section * tod * add 151 to firstchild nav page * linkfix & todo * date, en-us, * edit pass on recent commits * tense * tense, pointing * strike "improves dev experience" * Apply suggestions from code review Co-authored-by: Patrick Brosset <patrickbrosset@gmail.com> * restore html --------- Co-authored-by: captainbrosset <captainbrosset@users.noreply.github.com> Co-authored-by: Patrick Brosset <patrick.brosset@microsoft.com> Co-authored-by: Patrick Brosset <patrickbrosset@gmail.com>
1 parent 8f72cd1 commit 0429098

5 files changed

Lines changed: 411 additions & 46 deletions

File tree

microsoft-edge/toc.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
# latest 10
3434
# maint:
3535
# toc.yml - add new relnotes page, move a relnotes page to archive
36-
# /web-platform/release-notes/index.md - add new relnotes page, remove earliest relnotes page -->
36+
# /web-platform/release-notes/index.md - add new relnotes page, remove earliest relnotes page
37+
- name: Microsoft Edge 151
38+
href: ./web-platform/release-notes/151.md
39+
displayName: Microsoft Edge 151 web platform release notes (Aug. 2026) # page title
40+
3741
- name: Microsoft Edge 150
3842
href: ./web-platform/release-notes/150.md
3943
displayName: Microsoft Edge 150 web platform release notes (Jul. 2026) # page title
@@ -69,13 +73,13 @@
6973
- name: Microsoft Edge 142
7074
href: ./web-platform/release-notes/142.md
7175
displayName: Microsoft Edge 142 web platform release notes (Oct. 2025) # page title
72-
73-
- name: Microsoft Edge 141
74-
href: ./web-platform/release-notes/141.md
75-
displayName: Microsoft Edge 141 web platform release notes (Oct. 2025) # page title
7676
# keep 10 items above
7777
- name: Archive
7878
items:
79+
- name: Microsoft Edge 141
80+
href: ./web-platform/release-notes/141.md
81+
displayName: Microsoft Edge 141 web platform release notes (Oct. 2025) # page title
82+
7983
- name: Microsoft Edge 140
8084
href: ./web-platform/release-notes/140.md
8185
displayName: Microsoft Edge 140 web platform release notes (Sep. 2025) # page title
@@ -174,7 +178,7 @@
174178
# latest 10
175179
# maint:
176180
# toc.yml - add new what's new page, move a what's new page to archive
177-
# /devtools/whats-new/index.md - add new what's new page, remove earliest what's new page -->
181+
# /devtools/whats-new/index.md - add new what's new page, remove earliest what's new page
178182
- name: Microsoft Edge 149
179183
href: ./devtools/whats-new/149.md
180184
displayName: What's new in DevTools (Microsoft Edge 149) # page title

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ To stay up-to-date and get the latest web platform features, download a preview
4949
* [Web Serial API on Android](#web-serial-api-on-android)
5050
* [WebXR Layers](#webxr-layers)
5151
* [WebXR Plane Detection](#webxr-plane-detection)
52-
* [XML parsing in Rust for non-XSLT scenarios](#xml-parsing-in-rust-for-non-xslt-scenarios)
5352
* [Deprecated or removed features](#deprecated-or-removed-features)
5453
* [Remove inline XSLT for production of SVG](#remove-inline-xslt-for-production-of-svg)
5554
* [Origin trials](#origin-trials)
@@ -427,20 +426,6 @@ See also:
427426
* [WebXR Device API](https://developer.mozilla.org/docs/Web/API/WebXR_Device_API) at MDN.
428427

429428

430-
<!-- ------------------------------ -->
431-
#### XML parsing in Rust for non-XSLT scenarios
432-
433-
Microsoft Edge now uses a Rust-based XML parser, in scenarios where XSLT processing isn't required.
434-
435-
The Rust XML parser improves security by eliminating memory-corruption bugs in XML parsing. This applies to:
436-
* The DOMParser Web API.
437-
* `responseXML` of `XMLHttpRequest`.
438-
* SVG documents.
439-
440-
See also:
441-
* [DOMParser](https://developer.mozilla.org/docs/Web/API/DOMParser) at MDN.
442-
443-
444429
<!-- ====================================================================== -->
445430
## Deprecated or removed features
446431

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ To stay up-to-date and get the latest web platform features, download a preview
2828
* [Comma-separated container queries](#comma-separated-container-queries)
2929
* [Expose unprintable areas via CSS](#expose-unprintable-areas-via-css)
3030
* [Media element pseudo-classes](#media-element-pseudo-classes)
31-
* [CSS `alpha()` function](#css-alpha-function)
3231
* [`named-feature()` function for CSS @supports](#named-feature-function-for-css-supports)
3332
* [`overscroll-behavior: chain`](#overscroll-behavior-chain)
3433
* [`flex-wrap:balance`](#flex-wrapbalance)
@@ -38,7 +37,6 @@ To stay up-to-date and get the latest web platform features, download a preview
3837
* [Updating all `<selectedcontent>` element in a customizable `<select>`](#updating-all-selectedcontent-element-in-a-customizable-select)
3938
* [Streaming out-of-order HTML](#streaming-out-of-order-html)
4039
* [Web APIs](#web-apis)
41-
* [Expose the `FontFaceSet` interface globally](#expose-the-fontfaceset-interface-globally)
4240
* [Disable SVG filters on cross-origin iframes and plugins](#disable-svg-filters-on-cross-origin-iframes-and-plugins)
4341
* [`MediaStreamTrackProcessor` frame counters](#mediastreamtrackprocessor-frame-counters)
4442
* [Opaque origin for `data:` URLs](#opaque-origin-for-data-urls)
@@ -228,17 +226,6 @@ See also:
228226
* [`:volume-locked` CSS pseudo-class](https://developer.mozilla.org/docs/Web/CSS/Reference/Selectors/:volume-locked) at MDN.
229227

230228

231-
<!-- ------------------------------ -->
232-
#### CSS `alpha()` function
233-
234-
The CSS `alpha()` function creates a new color by applying a specified alpha value to an existing color.
235-
236-
For example, `alpha(from red / 0.5)` creates a semi-transparent red color with 50% opacity.
237-
238-
See also:
239-
* [Relative Alpha Colors](https://drafts.csswg.org/css-color-5/#relative-alpha) in _CSS Color Module Level 5_.
240-
241-
242229
<!-- ------------------------------ -->
243230
#### `named-feature()` function for CSS `@supports`
244231

@@ -357,17 +344,6 @@ See also:
357344
The following new Web API features are included in Microsoft Edge.
358345

359346

360-
<!-- ------------------------------ -->
361-
#### Expose the `FontFaceSet` interface globally
362-
363-
Previously, the `FontFaceSet` interface was not exposed as a global property. Chromium's interface definition language (IDL) for `FontFaceSet` previously incorrectly applied `LegacyNoInterfaceObject` to `FontFaceSet`, hiding it as a global property.
364-
365-
This change aligns Chromium with the CSS Font Loading spec, and with Safari and Firefox.
366-
367-
See also:
368-
* [FontFaceSet](https://developer.mozilla.org/docs/Web/API/FontFaceSet) at MDN.
369-
370-
371347
<!-- ------------------------------ -->
372348
#### Disable SVG filters on cross-origin iframes and plugins
373349

0 commit comments

Comments
 (0)