Closed chrismlusk closed 4 years ago
Since IE11, any document that uses the HTML5 doctype is automatically put into Edge mode by Internet Explorer. As we rarely (if ever?) support anything lower than IE11, we should remove this from our AddMetaTags function.
AddMetaTags
If you want background details on this: https://stackoverflow.com/questions/6771258/what-does-meta-http-equiv-x-ua-compatible-content-ie-edge-do/6771584#6771584
Since IE11, any document that uses the HTML5 doctype is automatically put into Edge mode by Internet Explorer. As we rarely (if ever?) support anything lower than IE11, we should remove this from our
AddMetaTags
function.If you want background details on this: https://stackoverflow.com/questions/6771258/what-does-meta-http-equiv-x-ua-compatible-content-ie-edge-do/6771584#6771584