To make diagnostic pages render tabulated on Lynx (see Lynx user
guide, section "Lynx and HTML Tables" for more details), the table
headline in HTML'ed diagnostic pages

<tr><br><th>Time</td><td>Mean</td><td>Std. 
Dev.</td><td>Minimum</td><td>Maximum</td><td>Observations</th></tr>

should have the <br> removed thus making it

<tr><th>Time</td><td>Mean</td><td>Std. 
Dev.</td><td>Minimum</td><td>Maximum</td><td>Observations</th></tr>

On the other hand, there is also mixed use of <TH>'s with </TD>'s there
which should be fixed.

Also diagnostic pages lack certain mandatory tags, like DOCTYPE
definition (doctypes are missing from nodepages too), <HTML>
and <BODY>, have missing tags or wrongly nested tags.

If possible, someone could run http://validator.w3.org/ thru all Freenet
nodepages to make sure all obvious errors are caught.

-tumu


_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to