Re: TBodies ...

Just in case my typo wasn't obvious ...

> Am I right in assuming that any HTMLTableElement that
> has at least one row has at least one TBODY element?
> ie. that HTML of the form,
> 
>   <TABLE>
>     <TR>
>       <TD>Foo</TD>
>     </TR>
>   </TABLE>
> 
> when represented as HTMLTableElement someTable satisfies
> the following,
> 
>   someElement.getTBodies().getLength() == 1
> 
> In other words, should the *implict* <TBODY> in the above
> HTML fragment tag be *explicitly* represented in the DOM?

This should have read,

  someTable.getTBodies().getLength() == 1

Cheers,


Miles

-- 
Miles Sabin                          Cromwell Media
Internet Systems Architect           5/6 Glenthorne Mews
+44 (0)181 410 2230                  London, W6 0LJ
msabin@cromwellmedia.co.uk           England

Received on Wednesday, 7 October 1998 12:00:54 UTC