wholeText: DOMString(3)
This is a convenience attribute that returns all of the text
from the target node as well as the text from adjacent Text
nodes, in document order. For the
purposes of this attribute, Text
nodes are considered to be adjacent
if they can be reached without exiting, entering, or skipping any
of the following node types: Element
, Comment
, and ProcessingInstruction
. Read-only.