Given an element, replace it with a different tag, adopting all attributes and child elements.
The element to swap out
The new HTML tagName to use
The newly swapped-in element
Given an element, replace it with a different tag, adopting all attributes and child elements.