I get following errors when I validate following HTML5 Code:
<article>
<header>
<num>1</num>
<hgroup>
<h2><a href="#">Title with link</a></h2>
<address>Teststreet 11</address>
</hgroup>
</header>
<footer>
<ul>
<li><a href="#">» Mehr</a></li>
</ul>
</footer>
</article>
Errors:
- Element num not allowed as child of element header in this context.
- Element address not allowed as child of element hgroup in thiscontext.
- Element rating not allowed as child of element hgroup in this context.
I am not aware of a tag called
numhgroup should only contain
h1,h2,h3,h4,h5,h6The errors are pretty self explanatory