chrismlusk / accuraty-templates

Templates for use in projects at Accuraty Solutions
2 stars 4 forks source link

Remove X-UA-Compatible from meta control #120

Closed chrismlusk closed 4 years ago

chrismlusk commented 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.

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