Earlier quoted context omitted.
No-one could even agree on making HTML5 valid XML - in order to leverage all the tools and knowledge that exist in that space. Not that I even like XML. But having another XML dialect that's not actual XML shows that the only hope is to build valid tools and abstractions on top of all the crud.
There's nothing "not actual XMLish" about HTML. HTML is formally describable in its entirety using SGML (see my project at http://sgmljs.net/blog/blog1701.html ), just not by the XML fragment of SGML.
Or write content/metadata schemas (distinct from a DTD schema that simply describes html5) using XSD?
Unlike xhtml, my understanding, was that the current tooling around XML won't just work out-of-the-box for html5.