commonAncestorContainer property
Node
get
commonAncestorContainer
Returns the node, furthest away from the document, that is an ancestor of both range's start node and end node.
Implementation
_i3.Node get commonAncestorContainer => _i4.getProperty(
this,
'commonAncestorContainer',
);