Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
href: ./web-platform/release-notes/index.md
displayName: what's new, announcements

- name: Microsoft Edge 146
href: ./web-platform/release-notes/146.md
displayName: Microsoft Edge 146 web platform release notes (Mar. 2026) # page title

- name: Microsoft Edge 145
href: ./web-platform/release-notes/145.md
displayName: Microsoft Edge 145 web platform release notes (Feb. 2026) # page title
Expand Down Expand Up @@ -66,13 +70,13 @@
href: ./web-platform/release-notes/137.md
displayName: Microsoft Edge 137 web platform release notes (May 2025) # page title

- name: Microsoft Edge 136
href: ./web-platform/release-notes/136.md
displayName: Microsoft Edge 136 web platform release notes (May 2025) # page title

# keep 10 items above
- name: Archive
items:
- name: Microsoft Edge 136
href: ./web-platform/release-notes/136.md
displayName: Microsoft Edge 136 web platform release notes (May 2025) # page title

- name: Microsoft Edge 135
href: ./web-platform/release-notes/135.md
displayName: Microsoft Edge 135 web platform release notes (Apr. 2025) # page title
Expand Down
10 changes: 2 additions & 8 deletions microsoft-edge/web-platform/release-notes/144.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,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).
<!-- todo: when exists, use instead:
See [What's new in DevTools (Microsoft Edge 144)](../../devtools/whats-new/144.md).
-->


<!-- ====================================================================== -->
## WebView2

See [Release notes for the WebView2 SDK](../../webview2/release-notes/index.md).
<!-- todo: when exists, use instead:
For WebView2, see [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) (January nn, 2026) in _Release notes for the WebView2 SDK_.
-->
See [Release SDK 1.0.3719.77, for Runtime 144](../../webview2/release-notes/index.md#release-sdk-10371977-for-runtime-144) (Jan. 27, 2026) in _Release notes for the WebView2 SDK_.


<!-- ====================================================================== -->
Expand All @@ -83,7 +77,7 @@ Below are the new Cascading Style Sheets (CSS) features in Microsoft Edge.
<!-- ------------------------------ -->
#### The `scrolled` feature for scroll-state container queries

The `scrolled` feature for a `@container sroll-state()` query makes it possible to style elements within a scrollable containers based on the container's most recent scrolling direction.
The `scrolled` feature for a `@container scroll-state()` query makes it possible to style elements within a scrollable containers based on the container's most recent scrolling direction.

For example:

Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/web-platform/release-notes/145.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ See [What's new in DevTools (Microsoft Edge 145)](../../devtools/whats-new/145.m

See [Release notes for the WebView2 SDK](../../webview2/release-notes/index.md).
<!-- todo: when exists, use instead:
See [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) (February nn, 2026) in _Release notes for the WebView2 SDK_.
See [Release SDK 1.0.nnnn.nn, for Runtime 145](../../webview2/release-notes/index.md#release-sdk-10nnnnnn-for-runtime-145) (Feb. nn, 2026) in _Release notes for the WebView2 SDK_.
-->


Expand Down Expand Up @@ -625,7 +625,7 @@ This extension helps Voice over IP web apps create more engaging experiences by


<!-- ------------------------------ -->
#### Local Network Access from Non-Secure Contexts
#### Local Network Access from non-secure contexts

Expires on May 19, 2026.

Expand Down
Loading