Closed (fixed)
Project:
HTML5 Base
Version:
7.x-2.x-dev
Component:
HTML5 spec interpretation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2010 at 00:10 UTC
Updated:
23 Jul 2011 at 19:02 UTC
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
Comment #1
tim.plunkettAs 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.
Comment #2
nimbupani commentedBut it still cannot include the logo. hgroup exists to group only headings.
Comment #3
jensimmons commentedI removed the hgroup a while ago from the 7.x-2.x branch.