Re: Is the current definition of the article element in HTML useful?

On Wed, 23 Jan 2013 12:52:43 -0000, LĂ©onie Watson <tink@tink.co.uk> wrote:

>
> When article elements are nested, the inner article elements represent
> self-contained compositions that are related to the contents of the outer
> article. For instance a website that features book reviews could  
> represent
> an image of a book cover and its cover text as an article, nested within  
> the
> article element for the book review.

Is there a reason for any semanric to describe a comment, though? does  
anyone benefit from

<article>
<h1>My wonderful Mankini</h1>
There's only one letter difference between "mankini" and "mankind".

<h2> Two comments</h2>

<article>lol</article>
<article>u SUK</article>

</article>

over

<article>
<h1>My wonderful Mankini</h1>
There's only one letter difference between "mankini" and "mankind".

<h2> Two comments</h2>

<div>lol</div>
<div>u SUK</div>

</article>

?

Received on Wednesday, 23 January 2013 13:07:02 UTC