I've noticed that when I create a table with rows and stuff, chrome likes to automatically add a tbody element in between. Firefox also creates it but doesn't put the content inside it so it just kinda floats there.
Anyways, I'm dynamically adding rows to a table via js. Should I respect the browsers affinity for tbody and make the script add the children there instead of the table element?