Skip to content

Commit

Permalink
adding more documentation to why charset and X-UA-Compatible meta tag…
Browse files Browse the repository at this point in the history
…s are before the title element
  • Loading branch information
Divya Manian committed Nov 17, 2010
1 parent a54714f commit 850e08e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -6,10 +6,13 @@
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<!-- encoding must be specified within the first 512 bytes www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset -->
<meta charset="utf-8">

<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<!-- This needs to be before all elements except title & meta msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx -->
<!-- Chrome Frame is only invoked if meta tag is within the first 1K bytes code.google.com/p/chromium/issues/detail?id=23003 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title></title>
Expand Down

0 comments on commit 850e08e

Please sign in to comment.