String of DOM block level nodes.
Copies the CSS from one DOM node to another.
Extracts all the nodes between two DOM nodes.
Finds the first common parent of two DOM nodes.
Fixes nesting of child nodes so no block level nodes are inside inline nodes.
Checks if an element has any styling.
Checks if a node is inline or block level.
Traverses the children of a DOM node backwards.
Traverses the children of a DOM node.