Home | History | Annotate | Download | only in html

Lines Matching defs:alignment

614     // vertical alignment with respect to the current baseline of the text
619 const AtomicString& alignment = attr->value();
620 if (equalIgnoringCase(alignment, "absmiddle"))
622 else if (equalIgnoringCase(alignment, "absbottom"))
624 else if (equalIgnoringCase(alignment, "left")) {
627 } else if (equalIgnoringCase(alignment, "right")) {
630 } else if (equalIgnoringCase(alignment, "top"))
632 else if (equalIgnoringCase(alignment, "middle"))
634 else if (equalIgnoringCase(alignment, "center"))
636 else if (equalIgnoringCase(alignment, "bottom"))
638 else if (equalIgnoringCase(alignment, "texttop"))