The Base template is using hgroup to group logo and slogan but has only 1 h1 within it. hgroup should only be used to group two or more headings.
http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.htm...

Comments

tim.plunkett’s picture

As it says on that link you provided, an hgroup is for "One or more h1, h2, h3, h4, h5, and/or h6 elements."

I think the real answer here is to make the slogan an H2.

nimbupani’s picture

But it still cannot include the logo. hgroup exists to group only headings.

jensimmons’s picture

Version: 6.x-1.0-beta1 » 7.x-2.x-dev
Status: Active » Fixed

I removed the hgroup a while ago from the 7.x-2.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.