Patch (to be ported)
Project:
Wabi
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Sep 2008 at 22:56 UTC
Updated:
21 Mar 2009 at 14:28 UTC
Jump to comment: Most recent file
In page.tpl.php:
$grep -n id\=\"menu\" page.tpl.php
43: <table border="0" cellpadding="0" cellspacing="0" id="menu">
46: <td id="menu">
Creates an Error with http://validator.w3.org
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wabi.patch | 2.43 KB | Jeff Burnz |
Comments
Comment #1
Jeff Burnz commentedShocking but true, thanks for pointing this out, any chance of a patch?
Comment #2
tbals commentedMaybe you could rename the id in Line 46, I cant find any uses in style.css.
On my side I temporary renamed to
menu-mand cant see any differences in the browser output.Comment #3
Jeff Burnz commentedHeres a patch - chagnes the id=menu to id=menu-links, also includes fixes for the following other issues:
http://drupal.org/node/313621 - document type does not allow element "ul" here
http://drupal.org/node/313617 - some td's not closed
Comment #4
tbals commentedLooks good - now the w3c validator says for startpage "This document was successfully checked as XHTML 1.0 Strict!"
Thx for quick patch.
Regards
Thomas
Comment #5
peterx commentedWould love to see a formal D6 update so I can approve the theme on http://d-theme.com/wabi.
Comment #6
Jeff Burnz commented