<meta http-equiv="X-UA-Compatible" content="...">
is a meta tag that specifies the document mode for Internet Explorer and allows web authors to choose the specific document mode for the Internet Explorer browser according to which the page should be rendered. It was first used by Internet Explorer 8 to specify whether a page should be rendered as IE7 document mode (compatibility view) or IE8 document mode (standards view).
An X-UA-Compatible (HTTP header) value "IE=edge" tells Internet Explorer to display content in the highest mode available. With Internet Explorer 9, this is equivalent to IE9 mode. If a future release of Internet Explorer supported a higher compatibility mode, pages set to edge mode would appear in the highest mode supported by that version. Those same pages would still appear in IE9 mode when viewed with Internet Explorer 9. Internet Explorer supports a number of document compatibility modes that enable different features and can affect the way content is displayed.
For example, in Windows Internet Explorer 8, IE=9, IE=edge, and IE=EmulateIE9 result in IE8 mode.
The X-UA-Compatible (HTTP header) value "IE=edge" forces a web page to be opened in standards mode.
By default, Windows Internet Explorer 8 uses IE8 mode, Windows Internet Explorer 9 uses IE9 mode, etc.
An X-UA-Compatible value "IE=5" refers to Quirks Mode or IE5 document mode.
An X-UA-Compatible value "IE=7" refers to IE7 document mode.
Webpages that include a meta tag with an http-equivalent value of X-UA-Compatible can enable this functionality. But this functionality will not get implemented in any version of Microsoft Edge.
If you use the X-UA-Compatible HTTP header to target an old legacy document mode, your website won't reflect the best experience available.
Starting with Internet Explorer 11, content values bigger than "10" lead to EdgeHTML mode, which is the highest supported document mode by the Internet Explorer 11 to render the webpage accordingly.
The content attribute contains the value for the http-equiv or name attribute, depending on which is used.
All allowed values of the http-equiv attribute are names of particular HTTP headers.
The name and content attributes provide document metadata in terms of name-value pairs. The name attribute gives the metadata name, and the content attribute gives the value.
If you need to support IE10 (Internet Explorer 10), IE9, IE8, or older versions of the Internet Explorer, I would recommend using this meta tag with an appropriate value to an X-UA-Compatible HTTP header. But if you only support the latest browsers like IE11 or Edge, I would consider dropping this tag altogether.
content
? – Complot