The content model says a <table> may contain <caption>, <colgroup>, <thead>, <tbody>, <tfoot>, and <tr>, but bare text/flow content placed directly inside a <table> (between rows) is not allowed there. Given stray text inside a table, what does the tree-construction algorithm do with it?
<table>oops stray text<tr><td>cell</td></tr></table>