I put my test site (using Cherry Zen template - thanks for it) through the
W3C Validator and the only issue was the 'type' of the search box at the top.
The search box is of type "search" but that is not a permitted type.
If I change includes/functions/extra_functions/search_field_header.php to change the $type parameter of zen_draw_search_field() to 'text' then all is okay.
Bookmarks