<html><body bgcolor="#FFFFFF"><div>Actually I believe in HTML 5 it's now perfectly fine to put block level elements inside an anchor tag.<br><br>Sent from my iPhone</div><div><br>On May 15, 2011, at 7:21 PM, Ricardo Tomasi <<a href="mailto:ricardobeat@gmail.com">ricardobeat@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>Nothing wrong with wrapping time in <h3> if it's part of the heading, like a subtitle. that's why we have hgroup. But It doesn't make much sense to have an article element without any actual content, just a header. If it's a list of articles, not the articles themselves, you should use an unordered list. The article tag should be able to be extracted from the page and retain it's meaning.<div>
<br></div><div>One thing is definitely wrong: you can't put block-level elements (h1, h2, hgroup) inside an inline one - <a>.</div><div><br></div><div>You can style the new elements by their tags if you apply the <a href="http://code.google.com/p/html5shiv/">html5 shiv.</a> Here's what I think this should look like: <a href="https://gist.github.com/973657"><a href="https://gist.github.com/973657">https://gist.github.com/973657</a></a></div>
<div><div class="gmail_quote"><br></div></div></div></blockquote></body></html>