Skip to content

Commit 81d4fc3

Browse files
Merge pull request #3488 from MicrosoftDocs/main
main to live - 6/24/25
2 parents 1a22016 + 204dad2 commit 81d4fc3

280 files changed

Lines changed: 525 additions & 183 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 381 additions & 39 deletions
Large diffs are not rendered by default.

microsoft-edge/dev-videos/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Covers:
208208

209209
See also:
210210
* [What's New in DevTools (Microsoft Edge 108)](../devtools-guide-chromium/whats-new/2022/12/devtools-108.md)<!-- has Video section -->
211-
* [Create a DevTools extension, adding a custom tool tab and panel](../extensions-chromium/developer-guide/devtools-extension.md)
211+
* [Create a DevTools extension, adding a custom tool tab and panel](../extensions/developer-guide/devtools-extension.md)
212212
* [The heap snapshot file format](../devtools-guide-chromium/memory-problems/heap-snapshot-schema.md)
213213
* [Microsoft Edge WebDriver](https://developer.microsoft.com/microsoft-edge/tools/webdriver/?form=MA13LH) - download Edge WebDriver.
214214

@@ -349,7 +349,7 @@ Covers:
349349

350350
See also:
351351
* [What's New in DevTools 104](../devtools-guide-chromium/whats-new/2022/08/devtools-104.md)<!-- has Video section -->
352-
* [Debug the web in 3D with the 3D View tool](https://aka.ms/debug-in-3d) - blog post.
352+
* [Debug the web in 3D with the 3D View tool](https://aka.ms/debug-in-3d)<!-- todo: 404 --> - blog post.
353353

354354

355355
<!-- ====================================================================== -->
@@ -386,7 +386,7 @@ The **3D View** tool in Microsoft Edge DevTools provides a 3-dimensional represe
386386

387387
See also:
388388
* [Navigate webpage layers, z-index, and DOM using the 3D View tool](../devtools-guide-chromium/3d-view/index.md)<!-- has Video section -->
389-
* [Debug the web in 3D with the 3D View tool](https://blogs.windows.com/msedgedev/2022/06/21/debug-the-web-in-3d-with-the-3d-view-tool/) - blog post.
389+
* [Debug the web in 3D with the 3D View tool](https://blogs.windows.com/msedgedev/2022/06/21/debug-the-web-in-3d-with-the-3d-view-tool/)<!-- todo: 404 --> - blog post.
390390

391391

392392
<!-- ====================================================================== -->
@@ -433,7 +433,7 @@ June 2024 update: This new element is still experimental. The `<selectmenu>` el
433433

434434
See also:
435435
* [Open UI's `<selectlist>` demos](https://microsoftedge.github.io/Demos/selectlist/)
436-
* [Styling `<select>` elements for real](https://blogs.windows.com/msedgedev/2022/05/05/styling-select-elements-for-real/) - blog post about styling `<select>` elements and the `<selectmenu>` element.
436+
* [Styling `<select>` elements for real](https://blogs.windows.com/msedgedev/2022/05/05/styling-select-elements-for-real/)<!-- todo: 404 --> - blog post about styling `<select>` elements and the `<selectmenu>` element.
437437

438438

439439
<!-- ====================================================================== -->
@@ -573,7 +573,7 @@ March 17, 2022
573573

574574
Microsoft Edge provides auto-generated alt text for images that don't include it. Auto-generated alt text helps users of assistive technology such as screen readers discover the meaning or intent of an images on the web.
575575

576-
Many people who are blind or low-vision experience the web primarily through a screen reader: an assistive technology that reads the content of each page aloud. Screen readers depend on having image labels (alternative text or "alt text") provided that allows them to describe visual content - like images and charts - so the user can understand the full content of the page. Alt text is critical for making the web accessible, yet its often overlooked. More than half of the images processed by screen readers are missing alt text.
576+
Many people who are blind or low-vision experience the web primarily through a screen reader: an assistive technology that reads the content of each page aloud. Screen readers depend on having image labels (alternative text or "alt text") provided that allows them to describe visual content - like images and charts - so the user can understand the full content of the page. Alt text is critical for making the web accessible, yet it's often overlooked. More than half of the images processed by screen readers are missing alt text.
577577

578578
See also:
579579
* [Appears to say: Microsoft Edge now provides auto-generated image labels](https://blogs.windows.com/msedgedev/2022/03/17/appears-to-say-microsoft-edge-auto-generated-image-labels/) - blog post
@@ -768,7 +768,7 @@ Covers:
768768
* Get involved with PWAs on Windows.
769769

770770
See also:
771-
* [Overview of Progressive Web Apps (PWAs)](../progressive-web-apps-chromium/index.md)<!-- has Video section -->
771+
* [Overview of Progressive Web Apps (PWAs)](../progressive-web-apps/index.md)<!-- has Video section -->
772772

773773

774774
<!-- ====================================================================== -->

microsoft-edge/develop-web-microsoft-edge.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A Microsoft Edge extension is structured similarly to a regular web app, and usu
7070
* A JavaScript file that defines the behavior of the browser extension.
7171
* HTML and CSS files that define the user interface.
7272

73-
See [Overview of Microsoft Edge extensions](./extensions-chromium/index.md).
73+
See [Overview of Microsoft Edge extensions](./extensions/index.md).
7474

7575

7676
<!-- ====================================================================== -->
@@ -82,7 +82,7 @@ Progressive Web Apps combine the best of the web and compiled apps, to provide u
8282

8383
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.
8484

85-
See [Overview of Progressive Web Apps (PWAs)](./progressive-web-apps-chromium/index.md).
85+
See [Overview of Progressive Web Apps (PWAs)](./progressive-web-apps/index.md).
8686

8787

8888
<!-- ====================================================================== -->
@@ -208,7 +208,7 @@ The full-text search page initially searches all _Microsoft Edge_ documentation.
208208
To provide feedback or enter issues:
209209

210210
* [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)
211+
* [Contact the Microsoft Edge extensions team](./extensions/contact.md)
212212
* [Contact the WebView2 team](./webview2/contact.md)
213213

214214
To submit and view feedback for a specific page of the documentation, at the bottom of the page, click the **This page** button.

microsoft-edge/developer/index.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,29 +101,29 @@ landingContent:
101101
- linkListType: overview
102102
links:
103103
- text: Microsoft Edge extensions documentation # extensions landing page
104-
url: ../extensions-chromium/landing/index.yml
104+
url: ../extensions/landing/index.yml
105105

106106
- text: Extensions overview
107-
url: ../extensions-chromium/index.md
107+
url: ../extensions/index.md
108108

109109
- text: Getting started tutorial
110-
url: ../extensions-chromium/getting-started/index.md
110+
url: ../extensions/getting-started/index.md
111111

112112
- text: Port a Chrome extension to Microsoft Edge
113-
url: ../extensions-chromium/developer-guide/port-chrome-extension.md
113+
url: ../extensions/developer-guide/port-chrome-extension.md
114114
- linkListType: how-to-guide
115115
links:
116116
- text: Alternative ways to distribute an extension
117-
url: ../extensions-chromium/developer-guide/alternate-distribution-options.md
117+
url: ../extensions/developer-guide/alternate-distribution-options.md
118118

119119
- text: Step-wise publishing process
120-
url: ../extensions-chromium/publish/publish-extension.md
120+
url: ../extensions/publish/publish-extension.md
121121

122122
- text: Register as a Microsoft Edge extension developer
123-
url: ../extensions-chromium/publish/create-dev-account.md
123+
url: ../extensions/publish/create-dev-account.md
124124

125125
- text: "Sample: Picture viewer pop-up webpage"
126-
url: ../extensions-chromium/getting-started/picture-viewer-popup-webpage.md
126+
url: ../extensions/getting-started/picture-viewer-popup-webpage.md
127127

128128
# =============================================================================
129129
# Row 2
@@ -134,20 +134,20 @@ landingContent:
134134
- linkListType: overview
135135
links:
136136
- text: Progressive Web Apps (PWAs) documentation # pwa landing page
137-
url: ../progressive-web-apps-chromium/landing/index.yml
137+
url: ../progressive-web-apps/landing/index.yml
138138

139139
- text: Overview of Progressive Web Apps
140-
url: ../progressive-web-apps-chromium/index.md
140+
url: ../progressive-web-apps/index.md
141141

142142
- linkListType: whats-new
143143
links:
144144
- text: What's New in PWAs
145-
url: ../progressive-web-apps-chromium/whats-new/pwa.md
145+
url: ../progressive-web-apps/whats-new/pwa.md
146146

147147
- linkListType: get-started
148148
links:
149149
- text: Get started with PWAs
150-
url: ../progressive-web-apps-chromium/how-to/index.md
150+
url: ../progressive-web-apps/how-to/index.md
151151

152152
- text: Using Service Workers
153153
url: https://developer.mozilla.org/docs/Web/API/Service_Worker_API/Using_Service_Workers
@@ -158,12 +158,12 @@ landingContent:
158158
- linkListType: how-to-guide
159159
links:
160160
- text: Publish a PWA to the Microsoft Store
161-
url: ../progressive-web-apps-chromium/how-to/microsoft-store.md
161+
url: ../progressive-web-apps/how-to/microsoft-store.md
162162

163163
- linkListType: concept
164164
links:
165165
- text: Store data on the device
166-
url: ../progressive-web-apps-chromium/how-to/offline.md
166+
url: ../progressive-web-apps/how-to/offline.md
167167

168168
# -----------------------------------------------------------------------------
169169
# Card for toc bucket 6 - r2c2

microsoft-edge/devtools-guide-chromium/console/copilot-explain-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This feature is for use in standard browser windows, and is not available in the
3333
| Browsing in an InPrivate window | [Browse InPrivate in Microsoft Edge](https://support.microsoft.com/microsoft-edge/browse-inprivate-in-microsoft-edge-cd2c9a48-0bc4-b98e-5e46-ac40c84e27e2) |
3434
| Browsing with Kids Mode in Microsoft Edge | [Learn more about Kids Mode in Microsoft Edge](https://support.microsoft.com/microsoft-edge/learn-more-about-kids-mode-in-microsoft-edge-4bf0273c-1cbd-47a9-a8f3-895bc1f95bdd) |
3535
| Using DevTools with a Microsoft Edge WebView2 control | [Debug WebView2 apps with Microsoft Edge DevTools](../../webview2/how-to/debug-devtools.md) |
36-
| Using DevTools in a standalone Progressive Web App window | [Use a standalone app window](../../progressive-web-apps-chromium/how-to/best-practices.md#use-a-standalone-app-window) in _Best practices for PWAs_ |
36+
| Using DevTools in a standalone Progressive Web App window | [Use a standalone app window](../../progressive-web-apps/how-to/best-practices.md#use-a-standalone-app-window) in _Best practices for PWAs_ |
3737

3838

3939
<!-- ====================================================================== -->

microsoft-edge/devtools-guide-chromium/customize/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ To install a Microsoft Edge extension that extends DevTools:
5252

5353
You can create your own DevTools extension to add new tabs in the DevTools **Activity Bar**, and to interact with the inspected page.
5454

55-
See [Create a DevTools extension](../../extensions-chromium/developer-guide/devtools-extension.md).
55+
See [Create a DevTools extension](../../extensions/developer-guide/devtools-extension.md).

microsoft-edge/devtools-guide-chromium/javascript/background-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The [Payment Handler API](https://web.dev/web-based-payment-apps-overview/) allo
131131
<!-- ====================================================================== -->
132132
## Periodic Background Sync
133133

134-
The **Periodic Background Sync API** enables the **service worker** of a Progressive Web App to retrieve data from a server, periodically, even when the website isn't opened. See [Use the Periodic Background Sync API to regularly get fresh content](../../progressive-web-apps-chromium/how-to/background-syncs.md#use-the-periodic-background-sync-api-to-regularly-get-fresh-content) in _Synchronize and update a PWA in the background_.
134+
The **Periodic Background Sync API** enables the **service worker** of a Progressive Web App to retrieve data from a server, periodically, even when the website isn't opened. See [Use the Periodic Background Sync API to regularly get fresh content](../../progressive-web-apps/how-to/background-syncs.md#use-the-periodic-background-sync-api-to-regularly-get-fresh-content) in _Synchronize and update a PWA in the background_.
135135

136136
To log Periodic Background Sync events for 3 days, even when DevTools isn't open:
137137

microsoft-edge/devtools-guide-chromium/progressive-web-apps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The features that are discussed below are features of the **Application** tool a
4242
* [View and edit local storage](../storage/localstorage.md)
4343

4444
See also:
45-
* [Overview of Progressive Web Apps (PWAs)](../../progressive-web-apps-chromium/index.md)
45+
* [Overview of Progressive Web Apps (PWAs)](../../progressive-web-apps/index.md)
4646

4747

4848
<!-- ====================================================================== -->

microsoft-edge/devtools-guide-chromium/progressive-web-apps/protocol-handlers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 08/23/2022
1111

1212
# Test Progressive Web App (PWA) protocol handling
1313

14-
This article assumes that you have already defined protocol handlers in your PWA web app manifest and are debugging your app with the DevTools. To learn about how to define and register protocols in your PWA, see [Handle protocols in a PWA](../../progressive-web-apps-chromium/how-to/handle-protocols.md).
14+
This article assumes that you have already defined protocol handlers in your PWA web app manifest and are debugging your app with the DevTools. To learn about how to define and register protocols in your PWA, see [Handle protocols in a PWA](../../progressive-web-apps/how-to/handle-protocols.md).
1515

1616
Use the **Application** tool to verify and test that Microsoft Edge has successfully registered your app as a handler for protocols defined in your web app manifest.
1717

@@ -45,7 +45,7 @@ The **Protocol Handlers** section also makes it possible to test the protocol ha
4545
<!-- ====================================================================== -->
4646
## Test protocols from the Application tool
4747

48-
To test your protocol handlers from the **Application** tool, you must have already installed your PWA. To learn how to install your PWA, see [Installing a PWA](../../progressive-web-apps-chromium/ux.md#installing-a-pwa).
48+
To test your protocol handlers from the **Application** tool, you must have already installed your PWA. To learn how to install your PWA, see [Installing a PWA](../../progressive-web-apps/ux.md#installing-a-pwa).
4949

5050
The **Application** tool detects all the protocol handlers from your web app manifest. To test a handler:
5151

@@ -63,6 +63,6 @@ In the following screenshot, the `web+amp://files.freemusicarchive.org/storage-f
6363
## See also
6464

6565
* [Debug a Progressive Web App (PWA)](./index.md)
66-
* [Handle protocols in a PWA](../../progressive-web-apps-chromium/how-to/handle-protocols.md)
66+
* [Handle protocols in a PWA](../../progressive-web-apps/how-to/handle-protocols.md)
6767
* [Getting started with Protocol Handlers for your web app](https://blogs.windows.com/msedgedev/2022/01/20/getting-started-url-protocol-handlers-microsoft-edge/)
6868
* [URL protocol handler registration for PWAs](https://web.dev/url-protocol-handler/)

microsoft-edge/devtools-guide-chromium/progressive-web-apps/simulate-window-controls-overlay.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In DevTools, in the **Application** tool, you can simulate the Window Controls O
1818
<!-- ====================================================================== -->
1919
## Using the WCO feature in your PWA
2020

21-
In your Progressive Web App (PWA), use the Window Controls Overlay (WCO) to have control over the title bar area that's currently displayed in standalone display mode. Window Controls Overlay is a set of features that work together to provide just the essential controls needed for the app window. This layout frees up more space for the web content layer. See [Display content in the title bar area using Window Controls Overlay](../../progressive-web-apps-chromium/how-to/window-controls-overlay.md).
21+
In your Progressive Web App (PWA), use the Window Controls Overlay (WCO) to have control over the title bar area that's currently displayed in standalone display mode. Window Controls Overlay is a set of features that work together to provide just the essential controls needed for the app window. This layout frees up more space for the web content layer. See [Display content in the title bar area using Window Controls Overlay](../../progressive-web-apps/how-to/window-controls-overlay.md).
2222

2323
To simulate the WCO feature for Windows, Linux, and macOS in your PWA without having to install the PWA first, use the **Window Controls Overlay** section of the **Application** tool in DevTools.
2424

@@ -50,5 +50,5 @@ To simulate the WCO feature for Windows, Linux, and macOS in your PWA without ha
5050
<!-- ====================================================================== -->
5151
## See also
5252

53-
* [Display content in the title bar area using Window Controls Overlay](../../progressive-web-apps-chromium/how-to/window-controls-overlay.md) - the Window Controls Overlay feature for PWAs.
53+
* [Display content in the title bar area using Window Controls Overlay](../../progressive-web-apps/how-to/window-controls-overlay.md) - the Window Controls Overlay feature for PWAs.
5454
* [Tooling for PWA Window Controls Overlay](../whats-new/2024/01/devtools-121.md#tooling-for-pwa-window-controls-overlay) in _What's New in DevTools (Microsoft Edge 121)_.

0 commit comments

Comments
 (0)