Skip to content

Commit 478d281

Browse files
authored
Sync lists of demos (#3513)
* sync * partly clean up * flag demos to move * order sections * PWA installer * redir * , * webplat demos links * sync devtls, pwa, exten sample lists * update sync date * crash Readme link * linkfix json-viewer * link text for DevTools demos
1 parent d133eaf commit 478d281

File tree

18 files changed

+322
-114
lines changed

18 files changed

+322
-114
lines changed

microsoft-edge/dev-videos/index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,19 +421,22 @@ See also:
421421

422422

423423
<!-- ====================================================================== -->
424-
## Fully style the drop-down part of a HTML `<select>` with the new `<selectmenu>` element
424+
## Fully style the drop-down part of a HTML `<select>` with the `<selectmenu>` element
425425

426426
May 31, 2022
427427

428428
[![Thumbnail image for video "Fully style the drop-down part of a HTML select with the new selectmenu element"](./index-images/selectmenu.png)](https://www.youtube.com/watch?v=Ts7jvRyQACY)
429429

430-
Styling `<select>` elements has been challenging. The experimental `<selectmenu>` (or `<selectlist>`) element promises to overcome the remaining limitations by enabling web developers to style all parts of the element.
430+
Styling `<select>` elements has been challenging. The experimental `<selectmenu>` (or `<selectlist>`) element promises to overcome the remaining limitations, by enabling web developers to style all parts of the element.
431431

432-
June 2024 update: This new element is still experimental. The `<selectmenu>` element was renamed to `<selectlist>` in 2023.
432+
June 2024 update: This element is still experimental. The `<selectmenu>` element was renamed to `<selectlist>` in 2023.
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/)<!-- todo: 404 --> - blog post about styling `<select>` elements and the `<selectmenu>` element.
436+
* [/selectlist/](https://github.com/MicrosoftEdge/Demos/tree/main/selectlist) - Source code and Readme.
437+
* [Reader demo app](https://microsoftedge.github.io/Demos/reader/)
438+
* [/reader/](https://github.com/MicrosoftEdge/Demos/tree/main/reader) - Source code and Readme.
439+
* [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.
437440

438441

439442
<!-- ====================================================================== -->
@@ -467,7 +470,7 @@ As of July 21, 2023, this feature is no longer experimental, and is now supporte
467470

468471
See also:
469472
* [Reader demo](https://microsoftedge.github.io/Demos/reader/) - demo app that's shown in the video.
470-
* [Source code for Reader demo](https://github.com/MicrosoftEdge/Demos/tree/main/reader)
473+
* [Source code and Readme for Reader demo](https://github.com/MicrosoftEdge/Demos/tree/main/reader)
471474
* [CSS scroll-driven animations](https://developer.mozilla.org/docs/Web/CSS/CSS_scroll-driven_animations) at MDN.
472475
* [@scroll-timeline](https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline) at MDN: original page about the experimental CSS scroll-linked animations feature.
473476

@@ -506,6 +509,7 @@ The [CSS Custom Highlight API](https://www.w3.org/TR/css-highlight-api-1/) is th
506509

507510
See also:
508511
* [CSS Custom Highlight API: The Future of Highlighting Text Ranges on the Web](https://css-tricks.com/css-custom-highlight-api-early-loo/)
512+
* [CSS Custom Highlight API demo](https://github.com/MicrosoftEdge/Demos/tree/main/custom-highlight-api)
509513

510514

511515
<!-- ====================================================================== -->
@@ -683,6 +687,7 @@ Many creative applications enable users to pick colors from parts of an app wind
683687
See also:
684688
* [Picking colors of any pixel on the screen with the EyeDropper API | web.dev](https://web.dev/eyedropper/)
685689
* [EyeDropper API - Web APIs | MDN developer.mozilla.org](https://developer.mozilla.org/docs/Web/API/EyeDropper_API)
690+
* [EyeDropper API demos](https://github.com/MicrosoftEdge/Demos/tree/main/eyedropper)
686691

687692

688693
<!-- ====================================================================== -->

microsoft-edge/devtools/console/console-debug-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Fix JavaScript errors that are reported in the Console
2+
title: Fix JavaScript errors reported in the Console
33
description: Debugging and resolving JavaScript-related errors that are reported in the Console.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
@@ -8,7 +8,7 @@ ms.service: microsoft-edge
88
ms.subservice: devtools
99
ms.date: 07/12/2023
1010
---
11-
# Fix JavaScript errors that are reported in the Console
11+
# Fix JavaScript errors reported in the Console
1212

1313
This article walks you through six demo pages to demonstrate resolving JavaScript errors that are reported in the Console.
1414

microsoft-edge/devtools/console/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **Console** is like an intelligent, rich command line within DevTools, and i
1414

1515
The **Console** tool helps with several tasks, which are covered in more detail in the following articles:
1616

17-
* **Track down problems** to find out why something isn't working in the current project. See [Fix JavaScript errors that are reported in the Console](console-debug-javascript.md).
17+
* **Track down problems** to find out why something isn't working in the current project. See [Fix JavaScript errors reported in the Console](console-debug-javascript.md).
1818
* **Get information about the web project** in the browser as log messages. See [Filter Console messages](console-filters.md).
1919
* **Log information** in scripts for debugging purposes. See [Log messages in the Console tool](console-log.md).
2020
* **Try JavaScript expressions** live in a [REPL](https://wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) environment. See [Run JavaScript in the Console](console-javascript.md).
@@ -48,7 +48,7 @@ Search the web for your **Console** error messages, right from within DevTools.
4848

4949
![The 'Search for this message on the Web' button on an error message in the Console](./index-images/search-console-icon.png)
5050
<!-- https://microsoftedge.github.io/Demos/devtools-console/error.html
51-
[Fix JavaScript errors that are reported in the Console](./console-debug-javascript.md) -->
51+
[Fix JavaScript errors reported in the Console](./console-debug-javascript.md) -->
5252

5353
When you click the **Search for this message on the Web** button, a new tab opens in the browser and shows search results for the error message:
5454

microsoft-edge/devtools/landing/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ landingContent:
152152
- text: Run JavaScript in the Console
153153
url: ../console/console-javascript.md
154154

155-
- text: Fix JavaScript errors that are reported in the Console
155+
- text: Fix JavaScript errors reported in the Console
156156
url: ../console/console-debug-javascript.md
157157

158158
- text: Sources tool overview

microsoft-edge/devtools/memory-problems/heap-snapshots.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ The DevTools heap profiler shows the memory distribution used by the JavaScript
3434

3535
<!-- You can view the source files for the Heap Snapshots demo pages at the [MicrosoftEdge/Demos > devtools-memory-heap-snapshot](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-memory-heap-snapshot) repo folder.
3636
37-
This article uses five demo webpages, all sourced at https://github.com/MicrosoftEdge/Demos/tree/main/devtools-memory-heap-snapshot -
37+
This article uses demo webpages sourced at https://github.com/MicrosoftEdge/Demos/tree/main/devtools-memory-heap-snapshot -
3838
* [Example 3: Scattered objects](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-03.html)
39-
* [Example 7: Eval is evil](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-07.html)
40-
* [Example 8: Recording heap allocations](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-08.html)
4139
* [Example 6: Leaking DOM nodes](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-06.html)
40+
* [Example 7: Eval is evil](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-07.html)
41+
* [Example 8: Recording heap allocations](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-08.html) - not linked to
4242
* [Example 9: DOM leaks bigger than expected](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-09.html)
4343
-->
4444

@@ -316,6 +316,12 @@ To understand where DOM nodes might leak, and how to detect such leakage, open t
316316
<!-- You can view the source files for the Heap Snapshots demo pages at the [MicrosoftEdge/Demos > devtools-memory-heap-snapshot](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-memory-heap-snapshot) repo folder. -->
317317

318318

319+
<!-- ------------------------------ -->
320+
#### Demo webpage: Example 8: Recording heap allocations
321+
322+
Open the example webpage [Example 8: Recording heap allocations](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-08.html) in a new window or tab.
323+
324+
319325
<!-- ------------------------------ -->
320326
#### Demo webpage: Example 9: DOM leaks bigger than expected
321327

0 commit comments

Comments
 (0)