[Bug 14540] what about if the <body> IS an article?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14540

--- Comment #4 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-10-24 02:09:31 UTC ---
(In reply to comment #3)
> <body>
>     <h1>excellentSPORTWEAR.org</h1>
>     <nav>
>         Tshirts, Tweatsuits, Weight-lifting tools
>     </nav>
>     <section>
>         <h1>Tshirts</h1>
>         <nav>Red ones, Blue ones, Lime ones</nav>
>         <article entrypoint>
>              <h1>Some cool NIKE red Tshirt</h1>
>              <p>description</p>
>              <aside>
>                 <h1>How to wash it</h1>
>              </aside>
>         </article>
>     </section>
> </body>

There's a good chance you don't need both of those <nav>s. (Rule of thumb:
should it appear in a separate menu titled "Main Navigation for the Page"?  If
so, make it a <nav>; if not, don't.)

Otherwise, this is a perfectly fine structure.  There's no need to indicate the
"entrypoint" - the outline is already fine as it is.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 24 October 2011 02:09:34 UTC