valign

Specifies the vertical position of the element content relative to the
surrounding text.

Attribute Information

Used By

Element mei:rend

Source

<xs:attribute name="valign">
  <xs:annotation>
    <xs:documentation>Specifies the vertical position of the element content relative to the surrounding text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top">
        <xs:annotation>
          <xs:documentation>Aligns the top of the content with the top of the surrounding text.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="middle">
        <xs:annotation>
          <xs:documentation>Aligns the middle of the content with the middle of the surrounding text.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bottom">
        <xs:annotation>
          <xs:documentation>Aligns the bottom of the content with the bottom of the surrounding text.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="baseline">
        <xs:annotation>
          <xs:documentation>Aligns the baseline of the content with the baseline of the surrounding text.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample