scrolling

Attribute Information

Used By

Element iframe

Source

<xs:attribute name="scrolling" default="auto">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="yes"/>
      <xs:enumeration value="no"/>
      <xs:enumeration value="auto"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample