Why does firebug add <tbody> to <table>?

Viewed 5655

I viewed the html source code, there is no <tbody>, but when viewed via firebug in the HTML tab, <tbody> appears. Any idea why?

5 Answers
Related