Skip to content

Commit

Permalink
docs: Add Edge to browser support (#836)
Browse files Browse the repository at this point in the history
fixes #830
  • Loading branch information
dylanb authored and WilcoFiers committed Apr 11, 2018
1 parent af625a0 commit 688f427
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,17 @@ axe.run(function (err, results) {
```
## Supported Browsers

The [aXe API](doc/API.md) supports the following browsers:
The [aXe API](doc/API.md) fully supports the following browsers:

* Internet Explorer v9, 10, 11
* Microsoft Edge v40 and above
* Google Chrome v42 and above
* Mozilla Firefox v38 and above
* Apple Safari v7 and above
* Internet Explorer v9, 10, 11

Support means that we will fix bugs and attempt to test each browser regularly. Only Firefox and Chrome are currently tested on every pull request.

There is limited support for JSDOM. We will attempt to make all rules compatible with JSDOM but where this is not possible, we recommend turning those rules off. Currently the `color-contrast` rule is known not to work with JSDOM.

## The Accessibility Rules

Expand Down

0 comments on commit 688f427

Please sign in to comment.