-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some 404 error links, which recently happened on the changes in…
… branch name (#346) [Note: master branch restored to prevent other 404 issues; however, redirecting these official links to 'main' will be good for long-term health as that is the primary default branch now.] * Updated error link and removed the same link which is used over the article * Updated link with main branch name * Updated links with new branch name "main" * Updated branch name * Update link with change in branch name * Update link on i2i.md with main branch name * Fixed error links * Fixed link * Fixed 404 erro with the change in branch name * Fixed 404 error with new branch name * Updated link with the new branch name
- Loading branch information
1 parent
5c6026f
commit 31d126a
Showing
11 changed files
with
15 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ [email protected], [email protected], [email protected] | |
|
||
## Introduction | ||
|
||
This document provides an overview of the proposed changes in Chromium to support native caret browsing. For a high-level description of native caret browsing and the motivation for introducing the feature, see the associated [explainer doc](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/Accessibility/CaretBrowsing/explainer.md). | ||
This document provides an overview of the proposed changes in Chromium to support native caret browsing. For a high-level description of native caret browsing and the motivation for introducing the feature, see the associated [explainer doc](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/CaretBrowsing/explainer.md). | ||
|
||
|
||
## Changes in the Renderer Process | ||
|
@@ -89,4 +89,4 @@ Unit test coverage to verify that toggling the caret browsing preference works w | |
|
||
|
||
## Implementation and Shipping Plan | ||
The feature will initially be behind a runtime flag and disabled by default. We will follow the standard Chromium guidelines to determine when to enable the feature by default. | ||
The feature will initially be behind a runtime flag and disabled by default. We will follow the standard Chromium guidelines to determine when to enable the feature by default. |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ [email protected], [email protected], [email protected] | |
|
||
## Explainer | ||
|
||
[Native Caret Browsing Explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/CaretBrowsing/explainer.md) | ||
[Native Caret Browsing Explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/CaretBrowsing/explainer.md) | ||
|
||
|
||
## Design Doc | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ [email protected], [email protected] | |
|
||
## Explainer | ||
|
||
[UI Automation Explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/UIA/explainer.md) | ||
[UI Automation Explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/UIA/explainer.md) | ||
|
||
## Design doc/Spec | ||
|
||
|
@@ -35,7 +35,7 @@ With UIA, ATs can enhance web browsing for their users in Chromium-based browser | |
* Spend less time writing to different accessibility APIs, and more time on core capabilities. | ||
* Take advantage of a continually-evolving platform, and the performance gains and extended capabilities that come along with it. | ||
|
||
For extended background on motivations, please refer to the [explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/UIA/explainer.md). | ||
For extended background on motivations, please refer to the [explainer](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/UIA/explainer.md). | ||
|
||
## Risks | ||
|
||
|
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
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
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