sometimes its important to get a propper Validation for some kind of customers.
there are two things to change to pass the w3org html validation, because the h1-h6 element are not allowed in
One thing is to get rid of
<hgroup id=”site-logo”>
</hgroup>
in header-extensions.php <!– #site-logo –> part you can use instead
<div id=”site-logo”>
</div> without making any changes to css because no rule was found for <hgroup>
the other thing is in the searchform-extensions.php because:`
The for attribute of the label element must refer to a form control.
<label class=”assistive-text” for=”s”>Suchen</label>`
I realy have no idea to make here an elegant solution.
i do not need the search option in my site so no need for me to change it – but if you have a solution for it – let me know. !
you can see it on http://www.guenterweber.com