- From: Maciej Stachowiak <mjs@apple.com>
- Date: Mon, 9 Jul 2007 02:54:58 -0700
- To: Robert Burns <rob@robburns.com>
- Cc: Thomas Broyer <t.broyer@gmail.com>, public-html@w3.org
On Jul 9, 2007, at 12:52 AM, Robert Burns wrote: > > Earlier in this thread Mcaiej indicated that Opera and Safari (now > anyway with an XML de-serialization) are adding an anonymous tbody > element for CSS purposes. It's not an actually element in the DOM, so it's not really accurate to say element. They are anonymous boxes in the CSS visual formatting model. See here for more detail than you ever wanted: http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes These anonymous boxes let the table render, but they do not affect CSS selectors or DOM scripting. Regards, Maciej
Received on Monday, 9 July 2007 09:55:17 UTC