Patrice Dumas wrote:
However it looks like HTML5 cannot be validated...
In the sense of validating using an old-style DTD validator. However, that has limited usefulness regardless. HTML5 is defined in terms of a very specific parsing algorithm, meant to avoid the incompatible extensions and work-around of the old HTML4 browsers. The W3C Markup Validator (https://github.com/w3c/markup-validator/) makes use of and suggests the NU Validator (https://github.com/validator/validator/) for HTML5. On 12/20/21 05:40, Kurt Hornik wrote:
You mean with with the W3C validator? This indeed seems to be the case, perhaps a result of the W3C and WHATWG conflict re HTML5 ...
There may be a little bit of a turf tension (I actually don't know), but W3C does publish an HTML5 spec (https://dev.w3.org/html5/spec-LC/), and it is kept in sync with the WHATWG specification: The latest stable version of the editor's draft of this specification is always available on the W3C CVS server and in the WHATWG Subversion repository. The latest editor's working copy (which may contain unfinished text in the process of being prepared) contains the latest draft text of this specification (amongst others). For more details, please see the WHATWG FAQ. Work on this specification is also done at the WHATWG. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the W3C HTML working group charter. -- --Per Bothner [email protected] http://per.bothner.com/
