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 behaviour.
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?
No comments:
Post a Comment