You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make innerText getter not run the algorithm on the element itself
It was specified more like "outerText" -- a tab character would be
prepended when getting td.innerText, and br.innerText would return
a newline. This did not match any browser, and when Chromium
implemented the spec it was found to break some web content.
Tests: web-platform-tests/wpt#13743Fixes#4119
0 commit comments