Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardHTMLcontent modelsSingle-choice MCQ

Table content models impose implicit tree fixups via 'foster parenting'. For the malformed table below, where does the stray text "oops" end up in the constructed DOM, per the tree-construction algorithm?

<table>oops<tr><td>cell</td></tr></table>