Export to GitHub

doctype-mirror - OlTypeAttribute.wiki


You are here: Home > HTML Reference > Elements > <ol> element > type attribute

Usage

Values

Elements

You can use the type attribute on the following elements:

  • <a>
  • <area>
  • <blockquote>
  • <button>
  • <command>
  • <dir>
  • <embed>
  • <li>
  • <link>
  • <menu>
  • <object>
  • <ol>
  • <param>
  • <script>
  • <source>
  • <spacer>
  • <style>
  • <ul>

Browser compatibility

Compatibility table legend

| Test | IE8 | IE7 | IE6 | FF3 | FF2 | Saf3 | Op9 | Chrome | |:---------|:--------|:--------|:--------|:--------|:--------|:---------|:--------|:-----------| | ol.type reflects <ol type="1"> | Y | Y | Y | Y | Y | Y | Y | Y | | ol.type reflects <ol type="A"> | Y | Y | Y | Y | Y | Y | Y | Y | | ol.type reflects <ol type="circle"> | Y | Y | Y | Y | Y | Y | Y | Y | | ol.type reflects <ol type="disc"> | Y | Y | Y | Y | Y | Y | Y | Y | | ol.type reflects <ol type="I"> | Y | Y | Y | Y | Y | Y | Y | Y | | ol.type reflects <ol type="square"> | Y | Y | Y | Y | Y | Y | Y | Y |

Further reading