From 906d710ce9cf270e27c0e0fd3d4b8791a621f2ea Mon Sep 17 00:00:00 2001
From: Dominic Farolino
If node is not an {{Element}} or a {{CharacterData}} node, then - throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}.
If parent is not an {{Element}} node, then throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}.
If node is a host-including inclusive ancestor of parent, then throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}. +
If node is not an {{Element}} or a {{CharacterData}} node, then + throw a "{{HierarchyRequestError!!exception}}" {{DOMException}}.
If child is non-null and its parent is not parent, then throw a "{{NotFoundError!!exception}}" {{DOMException}}.