You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/develop-web-microsoft-edge.md
+35-24Lines changed: 35 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,33 @@
1
1
---
2
2
title: Develop for the web with Microsoft Edge
3
-
description: Develop for the web with Microsoft Edge by using Microsoft Edge DevTools, Microsoft Edge extensions, Progressive Web Apps, WebDriver automation, WebView2, and more.
3
+
description: Develop for the web with Microsoft Edge by using standards-based web platform features, Microsoft Edge DevTools, Microsoft Edge extensions, Progressive Web Apps, WebDriver automation, WebView2, and more.
4
4
author: MSEdgeTeam
5
5
ms.author: msedgedevrel
6
6
ms.topic: conceptual
7
7
ms.service: microsoft-edge
8
-
ms.date: 01/17/2023
8
+
ms.date: 02/06/2025
9
9
---
10
10
# Develop for the web with Microsoft Edge
11
11
12
-
Develop for the web with Microsoft Edge by using Microsoft Edge DevTools, Microsoft Edge extensions, Progressive Web Apps, WebDriver automation, WebView2, and more.
12
+
Develop for the web with Microsoft Edge by using standards-based web platform features, Microsoft Edge DevTools, Microsoft Edge extensions, Progressive Web Apps, WebDriver automation, WebView2, and more.
Use origin trials to try out experimental APIs on your own live site for a limited period of time. When using origin trials, users of Microsoft Edge that visit your site can run code that uses experimental APIs.
27
+
28
+
See:
29
+
*[Use origin trials in Microsoft Edge](./origin-trials/index.md)
30
+
*[Sign up for the Ad Selection API](./web-platform/ad-selection-api.md)
@@ -64,7 +82,7 @@ Progressive Web Apps combine the best of the web and compiled apps, to provide u
64
82
65
83
Progressive Web Apps have a much lower cross-platform development cost than compiled apps that require a specific codebase for each platform, such as a separate codebase for Android, for iOS, and for each desktop operating system.
66
84
67
-
See [Overview of Progressive Web Apps (PWAs)](progressive-web-apps-chromium/index.md).
85
+
See [Overview of Progressive Web Apps (PWAs)](./progressive-web-apps-chromium/index.md).
@@ -81,7 +99,7 @@ The following diagram shows the spectrum of apps, from maximum reach, to maximum
81
99
82
100
Hybrid apps, in the middle of this spectrum, allow you to enjoy the best of both worlds: the ubiquity and strength of the web platform, combined with the power and full capabilities of the native platform.
83
101
84
-
See [Introduction to Microsoft Edge WebView2](webview2/index.md).
102
+
See [Introduction to Microsoft Edge WebView2](./webview2/index.md).
There are many tips and tricks to be aware of when building websites or web apps that work in Microsoft Edge, including:
121
+
## Edge-specific web development tips
106
122
107
-
* Testing for coming changes that could impact compatibility of your website with Microsoft Edge.
108
-
* Moving users to Microsoft Edge from Internet Explorer.
109
-
* Configuring tracking prevention in Microsoft Edge.
110
-
* Detecting Microsoft Edge from your website.
111
-
* Customizing the Password Reveal button.
112
-
* Detecting Windows 11 by using User-Agent Client Hints.
123
+
Microsoft Edge implements standards-based web features and APIs, which you can use to develop websites that work across browser engines. In addition, Microsoft Edge offers a few Edge-specific web development features.
113
124
114
-
See [Development tips for Microsoft Edge](web-platform/web-platform.md).
125
+
See [Edge-specific web development tips](./web-platform/web-platform.md).
Various features of Microsoft tools provide integration of development using Microsoft Edge, Visual Studio Code, and Visual Studio, to develop your products, webpages, and web apps that use and work with full integration in Microsoft Edge.
121
132
122
-
See [Microsoft Edge IDE integration](visual-studio-code/ide-integration.md).
133
+
See [Microsoft Edge IDE integration](./visual-studio-code/ide-integration.md).
Development of your webpages, web apps, and web-enabled products is robustly supported through the extensive Accessibility features in Microsoft Edge and its tooling ecosystem.
129
140
130
-
See [Accessibility in Microsoft Edge](accessibility/index.md).
141
+
See [Accessibility in Microsoft Edge](./accessibility/index.md).
131
142
132
143
133
144
<!-- leaf node (article; omit per PR review) -->
@@ -148,7 +159,7 @@ The Web We Want initiative is a cross-browser, open initiative focused on identi
148
159
149
160
If you build for the web, you inevitably run into problems. Perhaps there's no way to achieve an aspect of your design with CSS, or it may require an incredible amount of experimenting with CSS. Maybe there's a device feature you want to tap into using JavaScript, or there's a needed Developer Tools feature that can make your job easier.
150
161
151
-
See [The Web We Want initiative](web-we-want/index.md).
162
+
See [The Web We Want initiative](./web-we-want/index.md).
152
163
-->
153
164
154
165
@@ -196,8 +207,8 @@ The full-text search page initially searches all _Microsoft Edge_ documentation.
196
207
197
208
To provide feedback or enter issues:
198
209
199
-
*[Contact the Microsoft Edge DevTools team](devtools-guide-chromium/contact.md)
200
-
*[Contact the Microsoft Edge extensions team](extensions-chromium/publish/contact-extensions-team.md)
201
-
*[Contact the WebView2 team](webview2/contact.md)
210
+
*[Contact the Microsoft Edge DevTools team](./devtools-guide-chromium/contact.md)
211
+
*[Contact the Microsoft Edge extensions team](./extensions-chromium/publish/contact-extensions-team.md)
212
+
*[Contact the WebView2 team](./webview2/contact.md)
202
213
203
214
To submit and view feedback for a specific page of the documentation, at the bottom of the page, click the **This page** button.
0 commit comments