// todo: Allow to select other than the first baseline ..
}
BoxAlignContext parent = box;
final VerticalTextAlign verticalAlignment = child.getNode().getVerticalTextAlignment();
if (VerticalTextAlign.TOP.equals(verticalAlignment) || VerticalTextAlign.BOTTOM.equals(verticalAlignment))
{
// Those alignments ignore the normal alignment rules and all boxes
// align themself on the extended linebox.
// I'm quite sure that the definition itself is unclean ..