2020-04-25 UTC
# Zegnat Yeah. I think this particular case comes down to people expecting innerText and getting textContent though. innerText is what is expected because it is what browsers would display, even text browsers like Lynx. textContent is much more like serialised AST output and therefor part of the DOM standard.