Hacker News new | ask | show | jobs
by dragonwriter 4666 days ago
Implicit body element without an explicit tag as used in the page at issue is, IIRC, consistent with WHATWG HTML, not sure about W3C HTML5.
1 comments

No, he has this strange structure:

    <header>
        <nav>
        ...
        </nav>
    </header>
    <body>
    ...
    </body>
When I looked over the source (quickly) it looked like an implicit-body structure. I must have missed the body tags.