AvailabilityDOM Level 1 Core Synopsisvoid normalize( ); DescriptionThis method traverses all descendants of this node and "normalizes" the document by removing any empty Text nodes and merging all adjacent Text nodes into a single node. This can sometimes be useful to simplify the tree structure after node insertions or deletions. See Also |