Skip to content

Commit ee73441

Browse files
Merge pull request #3311 from MicrosoftDocs/user/mikehoffms/whats-new-links
Add See Also links in "What's New in DevTools 131"
2 parents 98613e3 + dc1c4e8 commit ee73441

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

microsoft-edge/devtools-guide-chromium/evaluate-performance/selector-stats.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Try to change your CSS selectors so they require less time to calculate, and mat
153153
<!-- ====================================================================== -->
154154
## See also
155155

156+
* [View CSS selector costs in the Performance tool sidebar](../whats-new/2024/11/devtools-131.md#view-css-selector-costs-in-the-performance-tool-sidebar) in _What's New in DevTools (Microsoft Edge 131)_.
156157
* [Introduction to the Performance tool](./index.md) - An introduction to analyzing runtime performance in DevTools.
157158
* [Performance features reference](./reference.md) - Covers many of the features in the **Performance** tool.
158159
* [The truth about CSS selector performance](https://blogs.windows.com/msedgedev/2023/01/17/the-truth-about-css-selector-performance/) - Windows blog post.
53 KB
Loading

microsoft-edge/devtools-guide-chromium/whats-new/2024/11/devtools-131.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ ms.date: 11/14/2024
1818

1919
<!-- Subtitle: The Visual Studio Code themes are removed and themes will revert to the default themes: Light+ or Dark+.-->
2020

21-
The Visual Studio Code themes feature is now deprecated. These themes will revert to the **System preference** theme by default. The **Light+** and **Dark+** themes continue to be supported.
21+
The Visual Studio Code themes feature is now deprecated. These themes will revert to the **System preference** theme by default. The **Light+** and **Dark+** themes continue to be supported. To select a theme, select **Customize and control DevTools** > **Preferences** > **Theme** drop-down menu:
22+
23+
![The Theme menu in DevTools Preferences](./devtools-131-images/themes-preferences.png)
24+
25+
See also:
26+
* [Check for contrast issues with dark theme and light theme](../../../../devtools-guide-chromium/accessibility/test-dark-mode.md)
2227

2328

2429
<!-- ====================================================================== -->
@@ -33,6 +38,11 @@ Previously, the following experiments that were enabled by default couldn't be d
3338

3439
This is now fixed, and you can disable these experiments.
3540

41+
See also:
42+
* [Enable webhint](../../../experimental-features/index.md#enable-webhint) in _Experimental features in Microsoft Edge DevTools_.
43+
* [Show issues in Elements](../../../experimental-features/index.md#show-issues-in-elements) in _Experimental features in Microsoft Edge DevTools_.
44+
* [Open source files in Visual Studio Code](../../../experimental-features/index.md#open-source-files-in-visual-studio-code) in _Experimental features in Microsoft Edge DevTools_.
45+
3646

3747
<!-- ====================================================================== -->
3848
## View CSS selector costs in the Performance tool sidebar
@@ -53,13 +63,23 @@ To view CSS selector costs:
5363

5464
1. Click the **CSS Selector costs** button to expand its section.
5565

66+
See also:
67+
* [Analyze CSS selector performance during Recalculate Style events](../../../evaluate-performance/selector-stats.md)
68+
5669

5770
<!-- ====================================================================== -->
58-
## Fixed edit field to exit after pressing tab after auto-completion
71+
## Fixed edit field to exit after pressing Tab after auto-completion
5972

6073
<!-- Press Tab after choosing an autocomplete option to exit the field.-->
6174

62-
Pressing **Tab** after auto-completion now exits the edit field and focuses on the next focus point. Before, pressing **Tab** would just indent the text.
75+
<!-- todo: where in DevTools? which tools? -->
76+
77+
Pressing the **Tab** key after auto-completion now exits the edit field and focuses on the next focus point. Before, pressing **Tab** would just indent the text.
78+
79+
<!-- todo
80+
See also:
81+
* []()
82+
-->
6383

6484

6585
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)