JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface NonDocumentTypeChildNode

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

    Hierarchy (View Summary)

    Index
    nextElementSibling: Element

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

    MDN Reference

    previousElementSibling: Element

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

    MDN Reference