Home | History | Annotate | Download | only in html5lib

Lines Matching refs:commonAncestor

1487                 commonAncestor = self.tree.openElements[afeIndex - 1]
1532 # Foster parent lastNode if commonAncestor is a
1538 if commonAncestor.name in frozenset(("table", "tbody", "tfoot", "thead", "tr")):
1542 commonAncestor.appendChild(lastNode)