Skip to content

Commit 67ae9da

Browse files
leahmsftmikehoffms
andauthored
What's New in DevTools (Microsoft Edge 136) (#3451)
* first draft * add TOC * indent links * adorners * removed chrome links --------- Co-authored-by: Michael S. Hoffman <v-mihoffman@microsoft.com>
1 parent b90c209 commit 67ae9da

4 files changed

Lines changed: 62 additions & 7 deletions

File tree

246 KB
Loading
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: What's New in DevTools (Microsoft Edge 136)
3+
description: "DOM tree in Elements tool highlights semantic errors. And more."
4+
author: MSEdgeTeam
5+
ms.author: msedgedevrel
6+
ms.topic: conceptual
7+
ms.service: microsoft-edge
8+
ms.subservice: devtools
9+
ms.date: 05/05/2025
10+
---
11+
# What's New in DevTools (Microsoft Edge 136)
12+
13+
These are the latest features in the Stable release of Microsoft Edge DevTools.
14+
15+
16+
<!-- ====================================================================== -->
17+
## DOM tree in Elements tool highlights semantic errors
18+
19+
<!-- Subtitle: DOM elements with semantic errors are highlighted with a wavy line and a tooltip with a link. -->
20+
21+
You can now easily identify semantic issues in the DOM tree of the **Elements** tool, such as:
22+
* An invalid descendant of `<select>`.
23+
* Mismatched ARIA definitions.
24+
* Missing ARIA attributes.
25+
26+
Each DOM node that has a semantic issue displays a red wavy line, and has a tooltip with details about the specific issue and a link to the entry in the **Issues** tool:
27+
28+
![DOM adorner in Elements](./devtools-136-images/dom-adorner.png)
29+
30+
To enable this feature, in DevTools experiments, select the checkbox [Highlights a violating node or attribute in the Elements panel DOM tree](../../../experimental-features/index.md#highlights-a-violating-node-or-attribute-in-the-elements-panel-dom-tree).
31+
32+
See also:
33+
* [Turning an experiment on or off](../../../experimental-features/index.md#turning-an-experiment-on-or-off) in _Experimental features in Microsoft Edge DevTools_.
34+
35+
36+
<!-- ====================================================================== -->
37+
## Announcements from the Chromium project
38+
39+
Microsoft Edge 136 also includes the following updates from the Chromium project:
40+
41+
* [Performance panel improvements](https://developer.chrome.com/blog/new-in-devtools-136#perf)
42+
* [New performance insights](https://developer.chrome.com/blog/new-in-devtools-136#perf-insights)
43+
* [Click to highlight](https://developer.chrome.com/blog/new-in-devtools-136#click-to-highlight)
44+
* [Server timings in Summary of network requests](https://developer.chrome.com/blog/new-in-devtools-136#server-timings)
45+
* [Filter cookies in 'Privacy and security'](https://developer.chrome.com/blog/new-in-devtools-136#cookies-filter)
46+
* [Sizes in kB units in tables across panels](https://developer.chrome.com/blog/new-in-devtools-136#kb-units)
47+
* [Autocomplete supports corner-shape and corner-*- shape in Elements > Styles](https://developer.chrome.com/blog/new-in-devtools-136#corner-shape-autocomplete)
48+
49+
50+
<!-- ====================================================================== -->
51+
## See also
52+
53+
* [What's New in Microsoft Edge DevTools](../../whats-new.md)
54+
* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md)

microsoft-edge/toc.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
href: ./devtools-guide-chromium/whats-new/whats-new.md
9090
displayName: release notes, announcements
9191
# latest 10 What's New
92+
- name: Microsoft Edge 136
93+
href: ./devtools-guide-chromium/whats-new/2025/05/devtools-136.md
94+
displayName: What's New in DevTools (Microsoft Edge 136) # page title
95+
9296
- name: Microsoft Edge 135
9397
href: ./devtools-guide-chromium/whats-new/2025/04/devtools-135.md
9498
displayName: What's New in DevTools (Microsoft Edge 135) # page title
@@ -125,16 +129,16 @@
125129
href: ./devtools-guide-chromium/whats-new/2024/07/devtools-127.md
126130
displayName: What's New in DevTools (Microsoft Edge 127) # page title
127131

128-
- name: Microsoft Edge 126
129-
href: ./devtools-guide-chromium/whats-new/2024/06/devtools-126.md
130-
displayName: What's New in DevTools (Microsoft Edge 126) # page title
131-
132132
# keep 10 items above
133133
- name: Archive
134134
items:
135135
- name: What's New in DevTools archive
136136
href: ./devtools-guide-chromium/whats-new/whats-new-archive.md
137137

138+
- name: Microsoft Edge 126
139+
href: ./devtools-guide-chromium/whats-new/2024/06/devtools-126.md
140+
displayName: What's New in DevTools (Microsoft Edge 126) # page title
141+
138142
- name: Microsoft Edge 125
139143
href: ./devtools-guide-chromium/whats-new/2024/05/devtools-125.md
140144
displayName: What's New in DevTools (Microsoft Edge 125) # page title

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ To stay up-to-date and get the latest web platform features, download a preview
6060
<!-- ====================================================================== -->
6161
## Edge DevTools
6262

63-
See [What's New in Microsoft Edge DevTools](../../devtools-guide-chromium/whats-new/whats-new.md).
64-
<!-- todo: when exists, use instead:
6563
See [What's New in DevTools (Microsoft Edge 136)](../../devtools-guide-chromium/whats-new/2025/05/devtools-136.md).
66-
-->
6764

6865

6966
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)