aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-01-06 21:04:20 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-01-06 21:14:17 +0100
commit5801c3a29a3c9a0d43f36c1d844f7cc7c24b3376 (patch)
treecb23f9fe5fe69cbadd72792dac6b3de8cb507c72 /CONTRIBUTING.md
parent4d19306c7fe3e36dc5deba65b64a339baf2750e5 (diff)
downloadjquery-5801c3a29a3c9a0d43f36c1d844f7cc7c24b3376.tar.gz
jquery-5801c3a29a3c9a0d43f36c1d844f7cc7c24b3376.zip
Docs: Link to the browser support page in CONTRIBUTING.md
Instead of duplicating the supported browsers matrix, just link to the browser support page on jquery.com.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ba20ac703..dd6b183e3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -207,12 +207,8 @@ This will only run the "css" module tests. This will significantly speed up your
**ALWAYS RUN THE FULL SUITE BEFORE COMMITTING AND PUSHING A PATCH!**
-### jQuery 2.x supports the following browsers:
+### Browser support
-* Chrome Current-1
-* Safari Current-1
-* Firefox Current-1
-* IE 9+
-* Opera Current-1
+Remember that jQuery supports multiple browsers and their versions; any contributed code must work in all of them. You can refer to the [browser support page](http://jquery.com/browser-support/) for the current list of supported browsers.
-jQuery 1.x additionally supports IE6+.
+Note that browser support differs depending on whether you are targeting the `master` or `1.x-master` branch.