2018-03-26 UTC
# Zegnat That’s what the issue was about. Users filing issues on parsers because the DOM tree’s textContent property didn’t match their expectations (e.g. <p>A</p><p>B</p> becomes "AB" without any whitespace). And standard DOM implementations like the one in PHP do not have HTML’s innerText available for a prettier output.