Are there any formal rules how browsers (especially interested in Safari) treat br
in/near div
.
I'm a bit confused, finding that :
<div><br></div><br>
gives 2 newlines
<br><div><br></div>
ignores first br, and gives 1 newline
<div><br>sasd</div>
br adds additiona newline
<div>sasd<br></div>
br is ignored