I'm developing a website and intend to support IE8 and above, so I'm not so concerned about older IE versions.
When users open the website in IE, it always jumps either to Compatibility mode or Quirks mode. Can I turn that feature off using this?
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
W3 Validation is not so much a concern, the only goal we want is to force IE not to open in compatibility mode OR quirks mode, does that meta do the fix for that?
This is the DOCTYPE I am using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">