Simulate has bad HTML
Submitted by: BoAdler
- Date: 23-Jan-2006
- Assigned to: Vishwa
Fixed. This is now fixed pending using CSS instead of FONT tags.
When you run one of the simulation examples (e.g., examples/tutorial/buffered-receiver.in), it will generate HTML output showing the evolution of a simulation run. The resulting HTML contains several tables, but uses <TH> tags instead of <TD> tags; also, these tags (and <TR> tags) are never closed. (Another minor annoyance is that each row of the simulation appears all on one line, rather than on separate lines.) We should be conforming to the HTML 4.0 standard, which would make parsing the result easier if someone wanted that.
Additionally, the output makes liberal use of <FONT> tags. Should we be using CSS instead, so that the output is less cluttered?
Dvlab Open Wiki