Missing prose in tables section for tbody-less tables

Currently working on BlueGriffon, I discovered the Tables section [1]
misses some prose to say that when <table> has no <tbody> element,
the user agent must create at least one <tbody> and put the <tr>
elements parsed as direct children of <table> in that <tbody>.

The current content description for table handles the following case

   <table><tr><td>foo</td></tr></table>

but does not say what to do with it. All the Web's scripts rely on
the fact a tbody container for the rows is created in that case.

[1] http://www.w3.org/TR/html5/tabular-data.html#the-table-element

</Daniel>

Received on Wednesday, 6 October 2010 09:01:58 UTC