﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
3965	BreadCrumbsNavPlugin produces invalid xhtml (strict)	jholg@…	hasienda	"Disclaimer: I'm a newbie on these issues.

That said, Trac seems to produce nice valid xhtml 1.0 strict.
breadcrumbsplugin breaks this by introducing <lh>Breadcrumbs:<lh>, with <lh/> not being
allowed as a child of <ul/>

Proposed fix: Change the relevant css portion to 

ul#breadcrumbs li:first-child {
    color: #d1d1d1;
}

and make the ""Breadcrumbs:"" string appear as a simple <li/> instead of an <lh/>, but
with the different color. So the effect should be the very same.
This seems to work for me with Firefox 2.0.0.6 and also IE 6.
Patch diff attached.

Regards,
Holger
"	defect	closed	normal	BreadCrumbsNavPlugin	major	fixed	xhtml valid		0.11
