- From: Miles Sabin <msabin@cromwellmedia.co.uk>
- Date: Wed, 7 Oct 1998 16:50:03 +0100
- To: "'DOM list'" <www-dom@w3.org>
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? 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 11:54:26 UTC