Facebook Application

Fairlight fairlite at fairlite.com
Wed Dec 16 12:37:13 PST 2009


Simon--er, no...it was John Esak--said:
> > 
> > FOr instance, <TBODY> didn't even exist back when fP implemented this.
> > If you try doing a table without TBODY nowadays, it'll never validate
> > against strict XHTML.  You'd have to fix -every- discrepancy 
> > in every tag
> 
> 
> Hmmm, I thought <body> was in html 3.0.  But, your point is taken.

Not <body>, but <tbody>.  The spec used to go:

<table>
<tr>
<td></td>
</tr>
</table>

Nowadays, there's a <tbody> after <table>, and a </tbody> before </table>:

<table>
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>

mark->
-- 
Audio panton, cogito singularis,


More information about the Filepro-list mailing list