Skip to content

Instantly share code, notes, and snippets.

@jesus2099
Created November 27, 2014 23:39
Show Gist options
  • Save jesus2099/54147ffe57b9a2714983 to your computer and use it in GitHub Desktop.
Save jesus2099/54147ffe57b9a2714983 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="Tristan DANIEL">
<title>Quirksmode</title>
</head>
<body onload="document.getElementById('compatMode').appendChild(document.createTextNode(document.compatMode));">
<h1>quirksmode</h1>
<dl>
<dt>document.compatMode</dt>
<dd id="compatMode"></dd>
<!--[if IE]><dt>Internet Explorer détecté</dt><![endif]-->
<!--[if IE 5]><dd>IE 5</dd><![endif]-->
<!--[if IE 6]><dd>IE 6</dd><![endif]-->
<!--[if IE 7]><dd>IE 7</dd><![endif]-->
<!--[if IE 8]><dd>IE 8</dd><![endif]-->
<!--[if IE 9]><dd>IE 9</dd><![endif]-->
<!--[if IE 10]><dd>IE 10</dd><![endif]-->
<!--[if IE 11]><dd>IE 11</dd><![endif]-->
</dl>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment