diff options
| author | Carlton Gibson <carlton@noumenal.es> | 2020-02-28 12:39:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-28 12:39:14 +0100 |
| commit | 8b30360322d4de6687e17ab267a856db4e3c78a6 (patch) | |
| tree | c3c061fa367e089d77ed90bba5ecb73a28692669 /docs/faq | |
| parent | 7c6b66383da5f9a67142334cd2ed2d769739e8f1 (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')
| -rw-r--r-- | docs/faq/admin.txt | 16 |
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. |
