Ive been trying to validate an html5 document with the following 2 lines in the header:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="imagetoolbar" content="no" />
The entire document validates very nicely, but these 2 lines, which are IE specific, render the page invalid.
My question: is there a legal HTML5 syntax for these metatags? i'd very much like my code to be valid, but these tags cannot be dispensed with.