Element
now responds totagName
Node.insertBefore()
with anull
second argument now appends ("IfreferenceNode
is null, thenewNode
is inserted at the end of the list of child nodes")textContent
can be set on Element nodes ("Setting this property on a node removes all of its children and replaces them with a single text node with the given value")parentElement
/parentNode
is now set byinsertBefore
, not justappendChild