Example : Check if an element is a descendant of another.
noder.contains(document.documentElement, document.body)
noder.contains(document.body, document.documentElement)