Skip to content

Commit

Permalink
Merge pull request #3311 from MicrosoftDocs/user/mikehoffms/whats-new…
Browse files Browse the repository at this point in the history
…-links

Add See Also links in "What's New in DevTools 131"
  • Loading branch information
captainbrosset authored Dec 13, 2024
2 parents 98613e3 + dc1c4e8 commit ee73441
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Try to change your CSS selectors so they require less time to calculate, and mat
<!-- ====================================================================== -->
## See also

* [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)_.
* [Introduction to the Performance tool](./index.md) - An introduction to analyzing runtime performance in DevTools.
* [Performance features reference](./reference.md) - Covers many of the features in the **Performance** tool.
* [The truth about CSS selector performance](https://blogs.windows.com/msedgedev/2023/01/17/the-truth-about-css-selector-performance/) - Windows blog post.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ ms.date: 11/14/2024

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

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.
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:

![The Theme menu in DevTools Preferences](./devtools-131-images/themes-preferences.png)

See also:
* [Check for contrast issues with dark theme and light theme](../../../../devtools-guide-chromium/accessibility/test-dark-mode.md)


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

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

See also:
* [Enable webhint](../../../experimental-features/index.md#enable-webhint) in _Experimental features in Microsoft Edge DevTools_.
* [Show issues in Elements](../../../experimental-features/index.md#show-issues-in-elements) in _Experimental features in Microsoft Edge DevTools_.
* [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_.


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

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

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


<!-- ====================================================================== -->
## Fixed edit field to exit after pressing tab after auto-completion
## Fixed edit field to exit after pressing Tab after auto-completion

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

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.
<!-- todo: where in DevTools? which tools? -->

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.

<!-- todo
See also:
* []()
-->


<!-- ====================================================================== -->
Expand Down

0 comments on commit ee73441

Please sign in to comment.