<doctype html>. :
<!DOCTYPE html>
<html (xmlns or any other attributes you want)>
<!DOCTYPE . <! , . " doctype", .
, DOM- / DocumentType node, doctype, Quirks Standards, , . .
, :
<html>
<script>
alert('now in compatMode '+document.compatMode);
if (document.compatMode==='BackCompat') {
setTimeout(function() {
var markup= document.documentElement.innerHTML;
markup= '<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">'+markup+'</html>';
document.open();
document.write(markup);
document.close();
}, 0);
}
</script>
</html>
. , reset .
, doctype HTML. , ISAPI ( , - IIS), doctype HTML?