From c5cd24ab24447eae28385ca0d320be7d8f38ab5d Mon Sep 17 00:00:00 2001 From: Steven Lambert Date: Thu, 11 Apr 2019 04:38:15 -0600 Subject: [PATCH] docs: add note about supported environments (#1492) Add a note in the Support Browsers section about being able to run when features are natively supported or polyfilled correctly. Closes: #1136 ## Reviewer checks **Required fields, to be filled out by PR reviewer(s)** - [x] Follows the commit message policy, appropriate for next version - [x] Has documentation updated, a DU ticket, or requires no documentation change - [x] Includes new tests, or was unnecessary - [x] Code is reviewed for security by: @jkodu --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52828470ec..db80d5cd9f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Support means that we will fix bugs and attempt to test each browser regularly. 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. +We can only support environments where features are either natively supported or polyfilled correctly. + ## The Accessibility Rules The complete list of rules run by axe-core can be found in [doc/rule-descriptions.md](./doc/rule-descriptions.md).