A nested <table> appears while another table cell is open. Because of the 'clear the stack back to a table context' rules, what happens to the inner table relative to the outer one?
<table><tr><td><table><tr><td>inner</td></tr></table></td></tr></table>