Home | History | Annotate | Download | only in html

Lines Matching defs:alignment

617     // Vertical alignment with respect to the current baseline of the text
622 const AtomicString& alignment = attr->value();
623 if (equalIgnoringCase(alignment, "absmiddle"))
625 else if (equalIgnoringCase(alignment, "absbottom"))
627 else if (equalIgnoringCase(alignment, "left")) {
630 } else if (equalIgnoringCase(alignment, "right")) {
633 } else if (equalIgnoringCase(alignment, "top"))
635 else if (equalIgnoringCase(alignment, "middle"))
637 else if (equalIgnoringCase(alignment, "center"))
639 else if (equalIgnoringCase(alignment, "bottom"))
641 else if (equalIgnoringCase(alignment, "texttop"))