forked from MicrosoftEdge/Demos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added links to all demos from their README files. Made a table in the root-level README to link to all demos. Fixes MicrosoftEdge#9.
- Loading branch information
1 parent
f1c0a0b
commit 53c095e
Showing
22 changed files
with
109 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Custom Highlight API demo | ||
|
||
The [Custom Highlight API](https://www.w3.org/TR/css-highlight-api-1/) provides a programmatic way of adding and removing highlights that do not affect the underlying DOM structure, but instead applies styles to text based on range objects, accessed via the `::highlight()` pseudo element. | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/custom-highlight-api/)** ⬅️ | ||
|
||
[Live demo here](https://microsoftedge.github.io/Demos/custom-highlight-api/). | ||
The [Custom Highlight API](https://www.w3.org/TR/css-highlight-api-1/) provides a programmatic way of adding and removing highlights that do not affect the underlying DOM structure, but instead applies styles to text based on range objects, accessed via the `::highlight()` pseudo element. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Basic To Do App | ||
|
||
A quick demo of a bare vanilla JS todo app | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/demo-to-do/)** ⬅️ | ||
|
||
Also there to show the functionality of the [Edge Developer Tools for VS Code](https://aka.ms/devtools-for-code) extension. | ||
A simple todo application with vanilla JavaScript used in various [Edge DevTools documentation](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/) pages. | ||
|
||
The app is also used to show the functionality of the [Edge Developer Tools for VS Code](https://aka.ms/devtools-for-code) extension. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# DevTools accessibility-testing features demo | ||
# Animal Shelter - DevTools accessibility-testing features demo | ||
|
||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-a11y-testing/)** ⬅️ | ||
|
||
This is the source code for the demo page used in the Microsoft Edge DevTools accessibility testing documentation. The documentation spans several pages, but its entry point is the [Accessibility-testing features](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/accessibility/reference) page. | ||
|
||
Access the demo page [here](https://microsoftedge.github.io/Demos/devtools-a11y-testing/). | ||
**Note**: This demo page contains **accessibility issues**, this is on purpose, to demonstrate DevTools accessibility testing features. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Improving contrast in Microsoft Edge DevTools: A bugfix case study | ||
|
||
This folder contains the source code for a demo page that is used in the following Microsoft Edge blog post: [Improving contrast in Microsoft Edge DevTools: A bugfix case study](https://blogs.windows.com/msedgedev/2021/06/15/improving-contrast-in-microsoft-edge-devtools-a-bugfix-case-study/). | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-contrast-bugfix/)** ⬅️ | ||
|
||
Access the demo page [here](https://microsoftedge.github.io/Demos/devtools-contrast-bugfix). | ||
This folder contains the source code for a demo page that is used in the following Microsoft Edge blog post: [Improving contrast in Microsoft Edge DevTools: A bugfix case study](https://blogs.windows.com/msedgedev/2021/06/15/improving-contrast-in-microsoft-edge-devtools-a-bugfix-case-study/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Get started with viewing and changing CSS in DevTools | ||
|
||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with viewing and changing CSS](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/css/). | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-css-get-started/)** ⬅️ | ||
|
||
Access the example page [here](https://microsoftedge.github.io/Demos/devtools-css-get-started/). | ||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with viewing and changing CSS](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/css/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Get started with viewing and changing the DOM in DevTools | ||
|
||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with viewing and changing the DOM](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/dom/). | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-dom-get-started/)** ⬅️ | ||
|
||
Access the example page [here](https://microsoftedge.github.io/Demos/devtools-dom-get-started/). | ||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with viewing and changing the DOM](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/dom/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Analyze pages using the Inspect tool in DevTools | ||
|
||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Analyze pages using the Inspect tool](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/css/inspect). | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-inspect/)** ⬅️ | ||
|
||
Access the example page [here](https://microsoftedge.github.io/Demos/devtools-inspect/). | ||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Analyze pages using the Inspect tool](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/css/inspect). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Get started with debugging JavaScript in DevTools | ||
|
||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with debugging JavaScript](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/javascript/). | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-js-get-started/)** ⬅️ | ||
|
||
Access the example page [here](https://microsoftedge.github.io/Demos/devtools-js-get-started/). | ||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with debugging JavaScript](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/javascript/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Record heap snapshots in DevTools | ||
|
||
This is the source code for the demo pages used in the Microsoft Edge DevTools tutorial: [Record heap snapshots](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/memory-problems/heap-snapshots). | ||
|
||
Demo pages: | ||
|
||
* [example-03.html](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-03.html) | ||
* [example-06.html](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-06.html) | ||
* [example-07.html](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-07.html) | ||
* [example-08.html](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-08.html) | ||
* [example-09.html](https://microsoftedge.github.io/Demos/devtools-memory-heap-snapshot/example-09.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# DevTools performance features reference - View activities in a table | ||
|
||
This is the source code for the demo page used in the Microsoft Edge DevTools docs: [Performance features reference > View activities in a table](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/evaluate-performance/reference#view-activities-in-a-table). | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-performance-activitytabs/)** ⬅️ | ||
|
||
Access the example page [here](https://microsoftedge.github.io/Demos/devtools-performance-activitytabs/). | ||
This is the source code for the demo page used in the Microsoft Edge DevTools docs: [Performance features reference > View activities in a table](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/evaluate-performance/reference#view-activities-in-a-table). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Get started with analyzing Runtime performance in DevTools | ||
|
||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with analyzing Runtime performance](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/evaluate-performance/). | ||
➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-performance-get-started/)** ⬅️ | ||
|
||
Access the example page [here](https://microsoftedge.github.io/Demos/devtools-performance-get-started/). | ||
This is the source code for the demo page used in the Microsoft Edge DevTools tutorial: [Get started with analyzing Runtime performance](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/evaluate-performance/). |
Oops, something went wrong.