私のdoctypeはhtml5です。この HTML を検証しています:
<a class="article-link-block" href="http://localhost/article/231">
<img src="http://localhost/images/article-image.jpg">
<div class="article-info">
<a class="title" href="http://localhost/article/231">Title of the article</a>
<a class="category" href="http://localhost/category/5">Category</a>
<div class="views">24x</div>
<div class="date">13.3.2013</div>
</div>
</a>
このエラーが発生しています:
Error: An a start tag seen but an element of the same type was already open.
全体div
をアンカー タグ ( article-link-block ) にし、その中に別のアンカー タグをカテゴリ、ユーザーなど、その他の div に配置したい (上記のコードは、記事とカテゴリ リンクのみに簡略化されています)。
HTML検証中にこのエラーを取り除くにはどうすればよいですか?