Html – Wrapping a paragraph inside a heading behaves different in an iframe vs directly in the page
While I know wrapping a paragraph inside a heading like this: <h1><p>Lorem<br>Ipsum</p></h1> is invalid (see this question for example), it still renders correctly in all major browsers. But as soon as I load the page inside an iFrame, it does…