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
30 changes: 30 additions & 0 deletions microsoft-edge/devtools/whats-new/148.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: What's new in DevTools (Microsoft Edge 148)
description: Full accessibility tree by default. Speculative loads enhancements. Crash report context. Name-only @container queries. And more.
author: MSEdgeTeam
ms.author: msedgedevrel
ms.topic: article
ms.service: microsoft-edge
ms.subservice: devtools
ms.date: 5/7/2026
---
# What's new in DevTools (Microsoft Edge 148)

These are the latest features in the Stable release of Microsoft Edge DevTools. Microsoft Edge 148 includes the following updates from the Chromium project:
<!-- https://developer.chrome.com/blog/new-in-devtools-148 -->

* [Full accessibility tree by default](https://developer.chrome.com/blog/new-in-devtools-148#accessibility-tree)
* [Speculative loads enhancements](https://developer.chrome.com/blog/new-in-devtools-148#speculative_loads_enhancements)
* [Crash report context](https://developer.chrome.com/blog/new-in-devtools-148#crash_report_context)
* [Name-only @container queries](https://developer.chrome.com/blog/new-in-devtools-148#name-only_container_queries)
* [Collapsed non-contributing sections](https://developer.chrome.com/blog/new-in-devtools-148#collapsed_non-contributing_sections)
* [Request order and recommended throttling](https://developer.chrome.com/blog/new-in-devtools-148#sort-network-requests)
* [Ad provenance in adorners](https://developer.chrome.com/blog/new-in-devtools-148#ad_provenance_in_adorners)
* [Miscellaneous highlights](https://developer.chrome.com/blog/new-in-devtools-148#miscellaneous_highlights)


<!-- ====================================================================== -->
## See also

* [What's new in Microsoft Edge DevTools](./index.md)
* [Release notes for Microsoft Edge web platform](../../web-platform/release-notes/index.md)
12 changes: 8 additions & 4 deletions microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
href: ./devtools/whats-new/index.md
displayName: release notes, announcements
# latest 10 What's new
- name: Microsoft Edge 148
href: ./devtools/whats-new/148.md
displayName: What's new in DevTools (Microsoft Edge 148) # page title

- name: Microsoft Edge 147
href: ./devtools/whats-new/147.md
displayName: What's new in DevTools (Microsoft Edge 147) # page title
Expand Down Expand Up @@ -182,14 +186,14 @@
- name: Microsoft Edge 139
href: ./devtools/whats-new/2025/08/devtools-139.md
displayName: What's new in DevTools (Microsoft Edge 139) # page title

- name: Microsoft Edge 138
href: ./devtools/whats-new/2025/06/devtools-138.md
displayName: What's new in DevTools (Microsoft Edge 138) # page title
# keep 10 items above
# -------------------------------------
- name: Archive
items:
- name: Microsoft Edge 138
href: ./devtools/whats-new/2025/06/devtools-138.md
displayName: What's new in DevTools (Microsoft Edge 138) # page title

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


<!-- ====================================================================== -->
Expand Down
Loading