Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/browser-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Unsupported Browsers</h2>
<hr>

<h2>About Browser Support</h2>
<p>jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The <a href="http://modern.ie/">modern.IE</a> site makes available <a href="http://www.modern.ie/en-us/virtualization-tools#downloads">virtual machines</a> for testing many different versions of Internet Explorer. Older versions of other browsers can be found at <a href="http://oldversion.com/">oldversion.com</a>.</p>
<p>jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The Microsoft Edge Developer site makes available <a href="https://dev.windows.com/en-us/microsoft-edge/tools/vms/windows/">virtual machines</a> for testing many different versions of Internet Explorer. Older versions of other browsers can be found at <a href="http://oldversion.com/">oldversion.com</a>.</p>

<p>Only the most current version of jQuery is tested and updated to fix bugs or add features. Users of older versions that find a bug should upgrade to the latest released version to determine if the bug has already been fixed. The <a href="https://github.com/jquery/jquery-migrate/#readme">jQuery Migrate plugin</a> may be helpful in identifying and fixing problems during a version upgrade.</p>

Expand All @@ -62,6 +62,6 @@ <h2>About CSS Selector Compatibility</h2>
<h3>External References</h3>
<ul>
<li><a href="http://www.quirksmode.org/css/contents.html">CSS contents and browser compatibility</a></li>
<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style_Sheets%29">Comparison of layout engines (Cascading Style Sheets)</a></li>
<li><a href="http://en.wikipedia.org/wiki/Acid3">Acid3</a></li>
<li><a href="https://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style_Sheets%29">Comparison of layout engines (Cascading Style Sheets)</a></li>
<li><a href="https://en.wikipedia.org/wiki/Acid3">Acid3</a></li>
</ul>