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

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

--- Comment #3 from Giorgio <giorgio.liscio@email.it> 2011-10-22 05:33:30 UTC ---
<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>

-- 
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 Saturday, 22 October 2011 05:33:32 UTC