Re: handling fallback content for still images

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