Skip to content

Commit

Permalink
Clarify standards mode requirement for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jul 20, 2012
1 parent 151673f commit 0b23fad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,11 @@ <h2 id="supported">Supported browsers</h2>
<li>Firefox 2 or higher</li>
<li>Chrome, any version</li>
<li>Safari 3 or higher</li>
<li>Internet Explorer 7 or higher in standards (<strong>non-quirks</strong>) mode</li>
<li>Opera 9 or higher (with some key-handling problems on OS X)</li>
<li>Internet Explorer 7 or higher in standards mode<br>
<em>(So not quirks mode. But quasi-standards mode with a
provisional doctype is also flaky. <code>&lt;!doctype
html></code> is recommended.)</em></li>
</ul>

<p>I am not actively testing against every new browser release, and
Expand Down

0 comments on commit 0b23fad

Please sign in to comment.