pub fn tail_nodes<'a>(sel: &Selection<'a>) -> Vec<NodeRef<'a>>
Get all tail text nodes for an element.
Returns a vector of text nodes that follow this element.