开发者

HTML5 Conformance Checker

I got the following warning using the W3C validator:

Using experimental feature: HTML5 Conformance Checker

What exactly does it mean? That开发者_运维技巧 I can't count on this validator?


The warning "Using experimental feature: HTML5 Conformance Checker." means that the validator is checking your markup as HTML5, but since the w3c hasn't agreed on every part of the HTML5 standard, you should take what the validator says with a grain of salt, because it is prone to change until the standard is complete. The warning does not mean that there is anything wrong with your code, but if you want to get rid of the warning, try validating with a Doctype of "HTML 4.01 Strict".


HTML5 is an unfinished draft so the validator is:

  • New and subject to more bugs than one that has been in production for years (since HTML5 has abandoned the SGML legacy of its predecessors--you can't just use a DTD based validator)
  • Comparing your document to a moving target (which might have fallen behind)


In addition to what Ronnie says, I tend to use HTML5 Validator which doesn't give you that message, but it is of course also still experimental although things are unlikely to change much in the HTML5 specification at this stage I believe.


It means the there are no issues with your code, however the document may or may not be semantically correct.

check out this article http://www.alistapart.com/articles/semanticsinhtml5/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜