diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 3eba6f0797..aa7ca99c4c 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -161,8 +161,8 @@ We don't require that everything works with JavaScript disabled. It's fine to introduce features that require that JavaScript is enabled in the user's web browser. -The code has to work on the stable versions of Firefox, Chrome, Safari, and -Opera web browsers, and on Microsoft Internet Explorer 8 and later. +The code has to work on the stable and latest versions of Firefox, Chrome, +Safari, and Opera web browsers, and on Microsoft Internet Explorer 9 and later. .. _JSLint: http://jslint.com/ diff --git a/doc/source/faq.rst b/doc/source/faq.rst index 26836ef665..d567ccd3c3 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -35,3 +35,11 @@ What does this mean for visual design? designer has taken on the challenge of providing a reference design for Horizon which supports this possibility. +What browsers are supported? + + Horizon is primarily tested and supported on the latest version of Firefox, + the latest version of Chrome, and IE9+. Issues related to Safari and Opera + will also be considered. The list of supported browsers and versions is + informally documented on the `Browser Support wiki page + `_. +