From e43fb80b26895e8a4df15a25312a8456a1a74a84 Mon Sep 17 00:00:00 2001 From: Laurent Baeriswyl Date: Fri, 30 Sep 2016 16:21:29 -0700 Subject: [PATCH] Move browser support wiki page into the docs The browser support page should be part of the docs. This change moves the content of the wiki page into its own file that is accessible from the index. References to the wiki page have consequently been removed from the FAQ. Change-Id: I340203771cb2b0dfa534ad3f8926e599a727e1e9 Partial-Bug: #1625514 --- doc/source/browser_support.rst | 100 +++++++++++++++++++++++++++++++++ doc/source/faq.rst | 8 --- doc/source/index.rst | 1 + 3 files changed, 101 insertions(+), 8 deletions(-) create mode 100644 doc/source/browser_support.rst diff --git a/doc/source/browser_support.rst b/doc/source/browser_support.rst new file mode 100644 index 000000000..a47821ff2 --- /dev/null +++ b/doc/source/browser_support.rst @@ -0,0 +1,100 @@ +================== +Supported Browsers +================== + +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. + +This page aims to informally document what that means for different releases, +everyone is warmly encouraged to update this page based on the versions they've +tested with. + +Legend: + +- Very good: Very well tested, should work as expected +- Good: Moderately tested, should look nice and work fine, maybe a few visual + hiccups +- Poor: Doesn't look good +- Broken: Essential functionality not working (link to bug in the notes) +- No: Not supported + +Kilo +==== + ++--------------------+--------------------+------------------------------+ +| | Status | Notes | ++====================+====================+==============================+ +|Firefox |Very good |31+. (Earlier versions?) | ++--------------------+--------------------+------------------------------+ +|Firefox ESR |Very good |31+ | ++--------------------+--------------------+------------------------------+ +|Chrome |Very good |43.0.2357.81 | ++--------------------+--------------------+------------------------------+ +|IE 11 |Good? | | ++--------------------+--------------------+------------------------------+ +|IE 10 |Good? | | ++--------------------+--------------------+------------------------------+ +|IE 9 |? | | ++--------------------+--------------------+------------------------------+ +|IE 8 and below |Not supported. | | ++--------------------+--------------------+------------------------------+ +|Safari |? | | ++--------------------+--------------------+------------------------------+ +|Opera |? | | ++--------------------+--------------------+------------------------------+ + +Juno +==== + ++--------------------+--------------------+------------------------------+ +| | Status | Notes | ++====================+====================+==============================+ +|Firefox |Very good |31+. (Earlier versions?) | ++--------------------+--------------------+------------------------------+ +|Firefox ESR |? | | ++--------------------+--------------------+------------------------------+ +|Chrome |Very good |Versions? | ++--------------------+--------------------+------------------------------+ +|IE 11 |Good? |`Open IE Bugs`_. | ++--------------------+--------------------+------------------------------+ +|IE 10 |Good? |`Open IE Bugs`_. | ++--------------------+--------------------+------------------------------+ +|IE 9 |? |`Open IE Bugs`_. | ++--------------------+--------------------+------------------------------+ +|IE 8 and below |Not supported. |No. | ++--------------------+--------------------+------------------------------+ +|Safari |? | | ++--------------------+--------------------+------------------------------+ +|Opera |? | | ++--------------------+--------------------+------------------------------+ + +.. _Open IE Bugs: https://bugs.launchpad.net/horizon/+bugs?field.tag=ie + +Icehouse +======== + ++--------------------+-----------------+--------------------------------------+ +| | Status | Notes | ++====================+=================+======================================+ +|Firefox |Very good |Versions? | ++--------------------+-----------------+--------------------------------------+ +|Firefox ESR |Very good |Windows 24.7.0 ESR | ++--------------------+-----------------+--------------------------------------+ +|Chrome |Very good |Windows Version 36, RHEL version 27.0 | ++--------------------+-----------------+--------------------------------------+ +|Chromium |Very good |version 31.0 | ++--------------------+-----------------+--------------------------------------+ +|IE 11 |? | | ++--------------------+-----------------+--------------------------------------+ +|IE 10 |? | | ++--------------------+-----------------+--------------------------------------+ +|IE 9 |? | | ++--------------------+-----------------+--------------------------------------+ +|IE 8 and below |? | | ++--------------------+-----------------+--------------------------------------+ +|Safari |? | | ++--------------------+-----------------+--------------------------------------+ +|Opera |? | | ++--------------------+-----------------+--------------------------------------+ + diff --git a/doc/source/faq.rst b/doc/source/faq.rst index efda96d6b..26836ef66 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -35,11 +35,3 @@ 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 IE11. 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 - `_. - diff --git a/doc/source/index.rst b/doc/source/index.rst index 9b8c053fd..e70dd95d5 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -43,6 +43,7 @@ How to use Horizon in your own projects. topics/settings topics/customizing topics/packaging + browser_support Developer Docs ==============