nikgoodley-ibboost / aost

Automatically exported from code.google.com/p/aost
0 stars 0 forks source link

Table may not have the "tbody" tag #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example, the following table html source does not have the tbody tag

<table class="list" id="list" border="0" cellspacing="0"
       cellpadding="6">
    <tr>
        <td class="list_nav" colspan="6">
            Pages:
            <br>a</br>
        </td>
    </tr>
    <tr>
        <th class="list"><a href="..">..</a>&nbsp;
        </th>
    </tr>
    <tr class="on">
        <td style="">...</td>
        <td style="">..</td>
        <td
                style="text-align:left;">...
        </td>
        <td style="text-align:left;">...
        </
                td>
        <td style="">...</td>
        <td style="">
            <input type="button"
                   value="Select" onClick="performCallback(...))"/>
        </td>
    </tr>
    <tr>
        <td class="list_nav"
            colspan="6">Pages:
        </td>
    </tr>
</table>

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 19 Nov 2008 at 10:04

GoogleCodeExporter commented 9 years ago
This may not be true. Closing it.

Original comment by John.Jian.Fang@gmail.com on 20 Nov 2008 at 1:42

GoogleCodeExporter commented 9 years ago
This can happen, re-open it.

Original comment by John.Jian.Fang@gmail.com on 19 Jan 2009 at 6:31

GoogleCodeExporter commented 9 years ago
a public demo is available at:
http://dogself.com/telluriumTest/

Original comment by kor...@gmail.com on 20 Jan 2009 at 3:00

GoogleCodeExporter commented 9 years ago
Apparently, Firefox automatically add the "tbody" element at run time. Need a
different example without "tbody" at run time. 

Original comment by John.Jian.Fang@gmail.com on 21 Jan 2009 at 12:55

GoogleCodeExporter commented 9 years ago
Seems Firefox still automatically generates the "tbody" element at run time even
without "th" elements. This is cool. 

Haroon, could you check the run time html to see IE also automatically 
generates the
"tbody" element? If this is true, we can safely close this ticket.

Original comment by John.Jian.Fang@gmail.com on 21 Jan 2009 at 4:35

GoogleCodeExporter commented 9 years ago
Haroon proved that IE also generates the tbody element for the table. Closing 
this.

Original comment by John.Jian.Fang@gmail.com on 21 Jan 2009 at 2:41