Ticket #292 (new defect)

Opened 22 months ago

Last modified 13 months ago

Buildbot generates incorrect waterfall xhtml

Reported by: DevUrandom Owned by:
Priority: major Milestone: 0.8.+
Version: 0.7.7 Keywords:
Cc:

Description

Buildbot claims to produce xhtml 1.0 strict, but at least the waterfall page is not correct xhtml. The main offenders are the old html style-hints in the content-markup (like "bgcolor", etc) and cdata directly in <body> (without surrounding <div>, <p>, etc).

It would be good if the style-hints could be entirely moved from the markup to a stylesheet.

A very nice addition would be if the page would contain more <div> elements with ids like "header", "footer", and so on. This would allow the page to be more customizable.

Change History

Changed 13 months ago by dustin

  • milestone changed from undecided to 0.7.+

divurandom: sounds good -- want to send a patch?

Note: See TracTickets for help on using tickets.