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">https://gist.github.com/973657</a></div>
<div><br><div class="gmail_quote">2011/5/15 Micky Hulse <span dir="ltr"><<a href="mailto:mickyhulse.lists@gmail.com">mickyhulse.lists@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sun, May 15, 2011 at 12:30 PM, Micky Hulse<br>
<<a href="mailto:mickyhulse.lists@gmail.com">mickyhulse.lists@gmail.com</a>> wrote:<br>
> 3. Thoughts on wrapping time with an H3? The only reason I am using H3<br>
> is so I can style the <time> tag using CSS2.1 and have that styling<br>
> work in older browsers (does that make sense?)<br>
<br>
</div>I think I am confusing the "styling" of HTML5 elements with the<br>
styling of ARIA's roles.<br>
<br>
The attribute selector does not work in IE6:<br>
<br>
header[role="banner"] {<br>
    your styles here<br>
}<br>
<br>
But, I guess that is not so bad depending on the situation.<br>
<br>
Also, I found this info on HTMLDoctor:<br>
<br>
"Also note the use of two <h1>‘s within that piece of html, this is<br>
perfectly valid in HTML 5 (and HTML 4) but will cause issues with<br>
accessibility, so we advise caution if you have a large number of<br>
articles on a page. We will cover this in more detail in another<br>
post."<br>
<br>
-- <a href="http://html5doctor.com/the-header-element/" target="_blank">http://html5doctor.com/the-header-element/</a><br>
<br>
I do plan on having multiple/many articles on a page, so I am guessing<br>
that I should avoid multiple H1s.<br>
<br>
Thanks for listening!<br>
<div><div></div><div class="h5"><br>
Cheers,<br>
Micky<br>
_______________________________________________<br>
Help mailing list<br>
<a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br>
<a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a><br>
</div></div></blockquote></div><br></div>