]> source.dussan.org Git - jquery.git/commitdiff
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch
authorTimmy Willison <timmywillisn@gmail.com>
Mon, 3 Nov 2014 17:34:45 +0000 (12:34 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 3 Nov 2014 17:34:45 +0000 (12:34 -0500)
CONTRIBUTING.md
README.md
src/manipulation.js

index 71928bd3fe09dad2c00343bd20d69dc66d76bee4..f264838d8c96b7492269be1ea028292eb591b00d 100644 (file)
@@ -211,4 +211,4 @@ This will only run the "css" module tests. This will significantly speed up your
 
 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.
 
-Note that browser support differs depending on whether you are targeting the `master` or `1.x-master` branch.
+Note that browser support differs depending on whether you are targeting the `master` or `compat` branch.
index 17c9fd6089406fa0e8f98a35a3bbfdaad4af0c64..87727f8e42804d8ca1b15b8637704d67286e03f0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ In the spirit of open source software development, jQuery always encourages comm
 Environments in which to use jQuery
 --------------------------------------
 
-- [Browser support](http://jquery.com/browser-support/) differs between the master (2.x) branch and the 1.x-master branch. Specifically, 2.x does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the 1.x-master branch. Use the latest 1.x release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
-- To use jQuery in Node, browser extensions, and other non-browser environments, use only **2.x** releases. 1.x does not support these environments.
+- [Browser support](http://jquery.com/browser-support/) differs between the master branch and the compat branch. Specifically, the master branch does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the compat branch. Use the latest compat release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
+- To use jQuery in Node, browser extensions, and other non-browser environments, use only master branch releases given the name "jquery" rather than "jquery-compat". The compat branch does not support these environments.
 
 
 What you need to build your own jQuery
index 13bbbfc8e84cc042aba83918f420fd23f632b86a..0b2637db6e5a8b537620f8bc34da716ca77c2132 100644 (file)
@@ -46,7 +46,6 @@ wrapMap.optgroup = wrapMap.option;
 wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
 wrapMap.th = wrapMap.td;
 
-// Support: 1.x compatibility
 // Manipulating tables requires a tbody
 function manipulationTarget( elem, content ) {
        return jQuery.nodeName( elem, "table" ) &&