No - it's not doing what it should, it's nesting my <tbody> tags (one per list item) inside one of its own. Curtis' reply seems to explain the why of it.
I've got the tbody tags inside the list because I want multiple tbody sections in my table (one per item). Perfectly legal construction since HTML 4.x (maybe even 3 - can't remember) - it's used to group related rows.
I've got the tbody tags inside the list because I want multiple tbody sections in my table (one per item). Perfectly legal construction since HTML 4.x (maybe even 3 - can't remember) - it's used to group related rows.