Updated Frequently Asked Questions (markdown)

Tim van der Meij 2021-05-15 12:10:51 +02:00
parent 57259437bd
commit 904071bba9

@ -39,13 +39,13 @@ The objective is to support all HTML5 compliant browsers, but since feature supp
<table>
<tr><th>Browser</th><th>Supported</th><th>Automated testing</th><th>Notes</th></tr>
<tr>
<td>Firefox</td>
<td>Firefox ESR+</td>
<td>Yes</td>
<td>Windows/Linux</td>
<td></td>
</tr>
<tr>
<td>Chrome</td>
<td>Chrome 68+</td>
<td>Yes</td>
<td>Windows/Linux</td>
<td></td>
@ -63,22 +63,16 @@ The objective is to support all HTML5 compliant browsers, but since feature supp
<td></td>
</tr>
<tr>
<td>IE 11/Edge (not Chromium-based)</td>
<td>Mostly</td>
<td>None</td>
<td>Some functionality/features may not be available and the performance will be worse compared to modern browsers. However, this support will be dropped after stable version 2.6.347.</td>
</tr>
<tr>
<td>Safari 10+</td>
<td>Safari 11.1+</td>
<td>Mostly</td>
<td>None</td>
<td>Some missing features/defects have been reported, but no problems in general. For mobile only iOS 10 and higher are supported.</td>
</tr>
<tr>
<td>IE 10 and below</td>
<td>IE/Edge (not Chromium-based)</td>
<td>No</td>
<td>None</td>
<td>Too many features are missing to be supported.</td>
<td>Too many missing features to be supported. Support was dropped after stable version 2.6.347.</td>
</tr>
</table>