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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ If you are a Microsoft Employee, follow the internal guidance.
16
16
17
17
To suggest a change to the docs:
18
18
19
-
1. If you are viewing the [docs.microsoft.com/microsoft-edge](https://docs.microsoft.com/microsoft-edge) page, click the **Edit** button in the upper right of the page. You are redirected to the corresponding Markdown source file in the [GitHub repository](https://github.com/MicrosoftDocs/edge-developer). If you are already in the GitHub repo, navigate to the source file that you are changing.
19
+
1. If you are viewing the [Microsoft Edge documentation](https://docs.microsoft.com/microsoft-edge) page, click the **Edit** button in the upper right of the page. You are redirected to the corresponding Markdown source file in the [GitHub repository](https://github.com/MicrosoftDocs/edge-developer). If you are already in the GitHub repo, navigate to the source file that you are changing.
20
20
21
21
1. If you don't already have a GitHub account, click **Sign Up** in the upper-right corner and create a new account.
[](https://www.youtube.com/watch?v=h0XJH_iLoUk)
38
+
39
+
Learn more about our latest announcements from the Microsoft Edge DevTools team at [What's New in DevTools 105](../devtools-guide-chromium/whats-new/2022/09/devtools-105.md).
## DevTools - Understand the DevTools user interface
44
+
45
+
_Published on 1 September 2022._
46
+
47
+
[](https://www.youtube.com/watch?v=ayemJLeE55c)
48
+
49
+
Understand how the Microsoft Edge DevTools UI is organized. If you are confused about what tools are available, and what the main parts of the DevTools interface do, this video will help get more comfortable.
50
+
51
+
In this video, we go over the UI structure, with its main toolbar and panel and its drawer area. We also go over how to find, open, and close tools, restore the default settings, and go over the list of available tools.
[](https://www.youtube.com/watch?v=0_ZprFX8x0I)
60
+
61
+
Learn more about our latest announcements from the Microsoft Edge DevTools team at [What's New in DevTools 104](../devtools-guide-chromium/whats-new/2022/08/devtools-104.md).
[](https://www.youtube.com/watch?v=aa0C6BRdaPA)
70
+
71
+
Learn more about our latest announcements from the Microsoft Edge DevTools team at [What's New in DevTools 103](../devtools-guide-chromium/whats-new/2022/06/devtools-103.md).
@@ -186,9 +186,9 @@ If the desired article isn't found, select **Search for "_search-term_" in all M
186
186
187
187

188
188
189
-
The full-text search page initially searches all _Microsoft Edge_ docs. Or, click the **View all results on Microsoft Docs** link for a broader search:
189
+
The full-text search page initially searches all _Microsoft Edge_ docs. Or, click the **View all results** link for a broader search:
190
190
191
-

191
+

Copy file name to clipboardExpand all lines: microsoft-edge/devtools-guide-chromium/about-tools.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ Microsoft Edge DevTools includes the following tools.
44
44
|**CSS Overview** tool | Help you better understand your page's CSS and identify potential improvements. |[CSS Overview tool](css/css-overview-tool.md)|
45
45
|**Detached Elements** tool | To increase the performance of your page, this tool finds detached elements that the browser cannot garbage-collect, and identifies the JavaScript object that is still referencing the detached element. By changing your JavaScript to release the element, you reduce the number of detached elements on your page, increasing page performance and responsiveness. |[Debug DOM memory leaks with the Detached Elements tool](memory-problems/dom-leaks.md)|
46
46
|**Developer Resources**| Shows resource URLs for the webpage. |[Developer Resources tool](developer-resources/developer-resources.md)|
47
-
|**Device Emulation**| Use the **Device Emulation** tool, sometimes called _Device Mode_, to approximate how your page looks and responds on a mobile device. |[Emulate mobile devices (Device Emulation)](device-mode/index.md)|
47
+
|**Device Emulation**| Use the **Device Emulation** tool, also called_Device Simulation Mode_ or_Device Mode_, to approximate how your page looks and responds on a mobile device. |[Emulate mobile devices (Device Emulation)](device-mode/index.md)|
48
48
|**Elements** tool | Inspect, edit, and debug your HTML and CSS. You can edit in the tool while displaying the changes live in the browser. Debug your HTML using the DOM tree, and inspect and work on the CSS for your webpage. |[Inspect, edit, and debug HTML and CSS with the Elements tool](elements-tool/elements-tool.md)|
49
-
|**Inspect** tool | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay information and grid highlighting on the webpage. |[Analyze pages using the Inspect tool](css/inspect.md)|
49
+
|**Inspect** tool | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay and grid highlighting on the webpage. |[Analyze pages using the Inspect tool](css/inspect.md)|
50
50
|**Issues** tool | The **Issues** tool automatically analyzes the current webpage, reports issues grouped by type, and provides documentation to help explain and resolve the issues. |[Find and fix problems using the Issues tool](issues/index.md)|
51
51
|**JavaScript Profiler** tool | This tool has been replaced by the **Performance** tool and the **Memory** tool. |[JavaScript Profiler tool](javascript-profiler/javascript-profiler-tool.md)|
52
52
|**Lighthouse** tool | Use the Lighthouse tool to identify and fix common problems that affect your site's performance, accessibility, and user experience. |[Lighthouse tool](lighthouse/lighthouse-tool.md)|
0 commit comments