In terms of browser support and HTML5 compliance, (assuming page is actually XML well-formed) how convenient is to serve HTML5 polyglot page with application/xhtml+xml
HTTP Content-type
header?
In earlier times I served XHTML width text/html
header instead, because otherwise some browsers not rendered page at all or rendered but have some oddities in behavior.
Does HTML5 standard even requires browsers to support application/xhtml+xml
content-type? What is the actual state of support across browsers? What are todays drawbacks of serving with application/xhtml+xml
?