Searched refs:blockEnclosingList (Results 1 – 1 of 1) sorted by relevance
1304 if (ContainerNode* blockEnclosingList = listNode->parentNode()) { in breakOutOfEmptyListItem() local1305 if (isHTMLLIElement(*blockEnclosingList)) { // listNode is inside another list item in breakOutOfEmptyListItem()1306 … if (visiblePositionAfterNode(*blockEnclosingList) == visiblePositionAfterNode(*listNode)) { in breakOutOfEmptyListItem()1311 splitElement(toElement(blockEnclosingList), listNode); in breakOutOfEmptyListItem()1316 … } else if (isHTMLOListElement(*blockEnclosingList) || isHTMLUListElement(*blockEnclosingList)) { in breakOutOfEmptyListItem()