overflow

Attribute Information

Used By

Attribute Group m:math.attributes

Source

<xs:attribute name="overflow">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="linebreak"/>
      <xs:enumeration value="scroll"/>
      <xs:enumeration value="elide"/>
      <xs:enumeration value="truncate"/>
      <xs:enumeration value="scale"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample