11:39
<Psychpsyo>
Does anyone know if there is a spec somewhere for why or how exactly BR elements disappear at the end of block containers? i.e. only the first BR in <p style="border: 1px solid;">foo<br><br></p> actually causes an empty line to appear in the paragraph, the second one disappears somehow.
11:42
<Psychpsyo>
HTML seems to only say that if the BR is the only thing in the block container paragraph that it should make an empty line. (which it does)
12:29
<annevk>
Psychpsyo: https://github.com/whatwg/html/issues/2291