61 lines
1.8 KiB
Markdown
61 lines
1.8 KiB
Markdown
---
|
||
sidebar_label: 'Supported Browsers'
|
||
sidebar_position: 1
|
||
---
|
||
|
||
<!-- truncate -->
|
||
import CodeBlock from '@site/src/components/CodeBloack';
|
||
|
||
# Supported Browsers
|
||
|
||
<div className="text">Horizon is primarily tested and supported on the latest version of Firefox and the latest version of Chrome. Issues related to IE, Safari and Opera will also be considered.<br/><br/>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.</div>
|
||
|
||
<div className="text"><strong>Legend:</strong><ul><li>Very good: Very well tested, should work as expected</li><li>Good: Moderately tested, should look nice and work fine, maybe a few visual hiccups</li><li>Poor: Doesn’t look good</li><li>Broken: Essential functionality not working (link to bug in the notes)</li><li>No: Not supported</li></ul></div><br/>
|
||
|
||
<table>
|
||
<thead style={{ backgroundColor: 'blue', color: 'white' }}>
|
||
<tr>
|
||
<th>Browser</th>
|
||
<th>Status</th>
|
||
<th style={{ textAlign: 'center', }}>Notes</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>Firefox</td>
|
||
<td>Very good</td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Chrome</td>
|
||
<td>Very good</td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td>MS Edge</td>
|
||
<td>Poor</td>
|
||
<td>There’re some bugs but most of features work</td>
|
||
</tr>
|
||
<tr>
|
||
<td>IE 11</td>
|
||
<td>Poor</td>
|
||
<td><strong>There’re some bugs but most</strong> of features work</td>
|
||
</tr>
|
||
<tr>
|
||
<td>IE 10 and below</td>
|
||
<td>Not supported.</td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Safari</td>
|
||
<td>Good</td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Opera</td>
|
||
<td>?</td>
|
||
<td>It should work good with Webkit</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|