The `<p>` element has a content model that permits only phrasing content. Given `<p>a<div>b</div>c</p>`, what does tree construction do with the `<div>`, and where does "c" end up?<p>a<div>b</div>c</p>