diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index 2842a83e2..106888c78 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -4,19 +4,24 @@ # Overview +
+**Note:** AngularJS 1.3 is dropping support for IE8. Read more about it on +[our blog](http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html). +AngularJS 1.2 will continue to support IE8, but the core team does not plan to spend time +addressing issues specific to IE8 or earlier. +
+ This document describes the Internet Explorer (IE) idiosyncrasies when dealing with custom HTML attributes and tags. Read this document if you are planning on deploying your Angular application -on IE v8.0 or earlier. +on IE8 or earlier. -The project currently supports and will attempt to fix bugs for IE8 and above. The continuous -integration server runs all the tests against IE8. See http://ci.angularjs.org. +The project currently supports and will attempt to fix bugs for IE9 and above. The continuous +integration server runs all the tests against IE9, IE10, and IE11. See +[Travis CI](https://travis-ci.org/angular/angular.js) and +[ci.angularjs.org](http://ci.angularjs.org). -IE7 and below are not tested and the project makes no guarantee that Angular will work on it. -A subset of the AngularJS functionality may work. It is up to you to test and decide whether -it works for your particular app. - -It is very unlikely that issues specific to IE7 or earlier will be given any time by the core team. -[GitHub](https://github.com/angular/angular.js/issues/4974) +We do not run tests on IE8 and below. A subset of the AngularJS functionality may work on these +browesers, but it is up to you to test and decide whether it works for your particular app. # Short Version