-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
101 additions
and
428 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,36 +1,3 @@ | ||
# a11y-engine-axe-core | ||
This is a private fork of public Axe core repo: | ||
https://github.com/dequelabs/axe-core | ||
|
||
|
||
## How to make changes in axe-core internally | ||
Create a feature branch, add the changes and raise a PR to the `main` branch. | ||
|
||
NOTE: `axe-core` public repo already has a master branch, to keep the things clean while merging we avoid make changes on top of it. | ||
|
||
|
||
## Using the repo as submodule | ||
To use this repo as a submodule, make sure to use `main` branch as the submodule commit head. | ||
|
||
This we way can track the changes in a cleaner way. | ||
For development and development testing however we can rely on some other commits in the submodule. | ||
|
||
## Pull latest changes from public axe-core repo | ||
|
||
``` | ||
# cd into the repo | ||
cd a11y-engine-axe-core | ||
# Add public axe-core repo as remote public | ||
git remote add public [email protected]:dequelabs/axe-core.git | ||
# Creates a merge commit | ||
git pull public master | ||
# push the changes to internal private repo | ||
git push origin master | ||
``` | ||
|
||
# axe-core | ||
|
||
[![License](https://img.shields.io/npm/l/axe-core.svg)](LICENSE) | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "axe-core", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"contributors": [ | ||
{ | ||
"name": "David Sturley", | ||
|
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
Oops, something went wrong.