Closed (fixed)
Project:
Aurora
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2013 at 14:41 UTC
Updated:
14 Apr 2013 at 22:39 UTC
It doesn't really harm anything to leave it, but <hgroup> is being removed from W3's HTML 5.0 CR.
http://lists.w3.org/Archives/Public/public-html-admin/2013Apr/0003.html
[aurora] (7.x-2.x) $ grep -rn 'hgroup' *
templates/system/maintenance-page.tpl.php:41: <hgroup id="name-and-slogan">
templates/system/maintenance-page.tpl.php:51: </hgroup><!-- #name-and-slogan -->
templates/system/page.tpl.php:80: <hgroup id="name-and-slogan">
templates/system/page.tpl.php:90: </hgroup><!-- #name-and-slogan -->
Comments
Comment #1
Snugug commentedConverted them to
divfor the time being. In the dev branch.