summaryrefslogtreecommitdiff
path: root/docs/faq/admin.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2020-02-28 12:39:14 +0100
committerGitHub <noreply@github.com>2020-02-28 12:39:14 +0100
commit8b30360322d4de6687e17ab267a856db4e3c78a6 (patch)
treec3c061fa367e089d77ed90bba5ecb73a28692669 /docs/faq/admin.txt
parent7c6b66383da5f9a67142334cd2ed2d769739e8f1 (diff)
Fixed #31032 -- Updated admin browser support FAQ for 2020.
Following web standards, the modern _evergreen_ browsers are all supported. This applies equally to mobile platforms. Assuming current trends continue, this should be a sustainable policy. Microsoft deprecated all versions of Internet Explorer. IE 11, the last version, is described as a "compatibility solution" rather than a web browser. Whilst it will receive security updates for the lifetime of Windows 10 it's use is actively discouraged. The IE 11 downloads page makes it clear: "We recommend you use the new Microsoft Edge".
Diffstat (limited to 'docs/faq/admin.txt')
-rw-r--r--docs/faq/admin.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt
index 1e96def9a9..ea9690bbe6 100644
--- a/docs/faq/admin.txt
+++ b/docs/faq/admin.txt
@@ -94,14 +94,18 @@ presentation by editing the CSS stylesheet and/or associated image files. The
site is built using semantic HTML and plenty of CSS hooks, so any changes you'd
like to make should be possible by editing the stylesheet.
+.. _admin-browser-support:
+
What browsers are supported for using the admin?
================================================
-The admin provides a fully-functional experience to `YUI's A-grade`_ browsers,
-with the notable exception of IE6, which is not supported.
+The admin provides a fully-functional experience to the recent versions of
+modern, web standards compliant browsers. On desktop this means Chrome, Edge,
+Firefox, Opera, Safari, and others.
-There *may* be minor stylistic differences between supported browsers—for
-example, some browsers may not support rounded corners. These are considered
-acceptable variations in rendering.
+On mobile and tablet devices, the admin provides a responsive experience for
+web standards compliant browsers. This includes the major browsers on both
+Android and iOS.
-.. _YUI's A-grade: https://github.com/yui/yui3/wiki/Graded-Browser-Support
+Depending on feature support, there *may* be minor stylistic differences
+between browsers. These are considered acceptable variations in rendering.