Module

utils/dom/getcommonancestor

@ckeditor/ckeditor5-utils/src/dom/getcommonancestor

module

Filtering

Functions

  • getCommonAncestor( nodeA, nodeB ) → Node | null

    Searches and returns the lowest common ancestor of two given nodes.

    Parameters

    nodeA : Node

    First node.

    nodeB : Node

    Second node.

    Returns

    Node | null

    Lowest common ancestor of both nodes or null if nodes do not have a common ancestor.