id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
3970	FiveStarVotePlugin produces invalid xhtml strict	jholg@gmx.de	davglass	Like VotePlugin (for which I posted a fix), FiveStarVotePlugin currently introduces invalid XHTML 1.0 strict, which is what Trac normally produces:\r\n\r\nFrom http://validator.w3.org:\r\n\r\nValidation Output:  1 Error\r\n\r\n   1. Error Line 63, Column 147: document type does not allow element "ul" here; missing one of "object", "ins", "del", "map", "button" start-tag.\r\n\r\n      …a total of 5"><ul class="star-rating"><li class="current-rating" style="width\r\n\r\n      The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. \r\n\r\nSolution:\r\nEmbed the <ul/> part into <object/>.\r\nThis works for me using Firefox 2 and IE 6.\r\nNote, though, that I'm by no means an expert on (x)html\r\n\r\nPatch diff fix attached.\r\n\r\nNice plugin.\r\n\r\nRegards,\r\nHolger	defect	closed	normal	FiveStarVotePlugin	major	fixed	xhtml, xhtml-strict		0.11
