Skip to content

Commit

Permalink
Min. Requirements corrected.
Browse files Browse the repository at this point in the history
Most demanding for later versions is DOMParser().parseFromString("", "text/html").
Internet Explorer would be possible if input-output.js implemented proprietary msSaveBlob().
  • Loading branch information
obermann authored Dec 14, 2021
1 parent ba4cb66 commit 928a277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions help.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ <h2>File Format</h2>

<h2>Min. Requirements</h2>
<ul>
<li>Internet Explorer 11</li>
<li>Chrome 26</li>
<li>Chrome 31</li>
<li>Edge 12</li>
<li>Firefox 14</li>
<li>Opera 15</li>
<li>Safari 7</li>
<li>Opera 17</li>
<li>Safari 9.1</li>
</ul>
<p class="highlight">Beware that not all customized browsers allow all shortcuts (do check Ctrl+S (DOT file save) functionality).
</p>
Expand Down

0 comments on commit 928a277

Please sign in to comment.