vot.js - v2.4.18
    Preparing search index...

    Interface NonDocumentTypeChildNode

    interface NonDocumentTypeChildNode {
        nextElementSibling: Element | null;
        previousElementSibling: Element | null;
    }

    Hierarchy (View Summary)

    Index
    nextElementSibling: Element | null

    Returns the first following sibling that is an element, and null otherwise.

    MDN Reference

    previousElementSibling: Element | null

    Returns the first preceding sibling that is an element, and null otherwise.

    MDN Reference