- From: Henri Sivonen <hsivonen@iki.fi>
- Date: Mon, 9 Jul 2007 10:01:28 +0300
- To: Jon Barnett <jonbarnett@gmail.com>
- Cc: "Thomas Broyer" <t.broyer@gmail.com>, public-html@w3.org
On Jul 9, 2007, at 04:54, Jon Barnett wrote: > The HTML5 draft allows <tr> but not <col> to be children of <table> However, the HTML5 parser will never produce a DOM that has a <tr> as a child of <table>. To get a DOM like that, you need to use scripting or the XML serialization. The part of the spec that defines elements generally gives the content model that is permissible with the XML serialization and doesn't tell you that parts of the content models are impossible in the text/html serialization. -- Henri Sivonen hsivonen@iki.fi http://hsivonen.iki.fi/
Received on Monday, 9 July 2007 07:01:38 UTC