Fetches the first consecutive text nodes concatenated together.
firstInnerText of <example>some text<span>more text</span></example> is some text. It stops at the first child tag encountered.
directText, innerText
See Implementation
Fetches the first consecutive text nodes concatenated together.