Skip to content

Commit 714758b

Browse files
Merge pull request #3456 from MicrosoftDocs/main
Main to live - 5/21/25
2 parents 90d9412 + 67ae9da commit 714758b

File tree

14 files changed

+556
-67
lines changed

14 files changed

+556
-67
lines changed

microsoft-edge/developer/index.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ landingContent:
5858
- text: Use origin trials in Microsoft Edge
5959
url: ../origin-trials/index.md
6060

61+
- text: Prompt a built-in language model with the Prompt API
62+
url: ../web-platform/prompt-api.md
63+
64+
- text: Summarize, write, and rewrite text with the Writing Assistance APIs
65+
url: ../web-platform/writing-assistance-apis.md
66+
6167
# -----------------------------------------------------------------------------
6268
# Card for toc bucket 3 - r1c2
6369
- title: Microsoft Edge DevTools
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/extensions-chromium/publish/create-dev-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To add and manage users in the Microsoft Edge program to manage extensions, you
2323
| Type of account | Description |
2424
|---|---|
2525
| _Microsoft account (MSA)_ | An Outlook.com, Live.com, or Hotmail.com account. |
26-
| _GitHub account_ | A user account at GitHub.com. You can use your personal GitHub account to sign in to Partner Centera Microsoft account (MSA) will be created for you. |
26+
| _GitHub account_ | A user account at GitHub.com. You can use your personal GitHub account to sign in to Partner Centera Microsoft account (MSA) will be created for you. |
2727
| _Partner Center account_, _Partner Center developer account_ | A _Partner Center account_ is an account on partner.microsoft.com. To submit Microsoft Edge extensions, you need a _Partner Center developer account_, which is a Partner Center account that has a Microsoft account (MSA) as the Primary Owner. |
2828
| _Microsoft Edge Program account_ | Enables multiple users to work with Microsoft Edge extensions at Partner Center. |
2929
| _Microsoft Entra ID_ | A Microsoft Entra ID account; see [What is Microsoft Entra ID?](/entra/fundamentals/whatis) |

microsoft-edge/index.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@ conceptualContent:
209209
url: ./origin-trials/index.md
210210
itemType: whats-new
211211

212+
- text: Prompt a built-in language model with the Prompt API
213+
url: ./web-platform/prompt-api.md
214+
itemType: whats-new
215+
216+
- text: Summarize, write, and rewrite text with the Writing Assistance APIs
217+
url: ./web-platform/writing-assistance-apis.md
218+
itemType: whats-new
219+
212220
# -----------------------------------------------------------------------------
213221
# Card for toc bucket 3 - r1c2
214222
- title: Microsoft Edge DevTools

0 commit comments

Comments
 (0)