L LI.type (Property) Event name JavaScript JScript (Starting a web site)

L LI.type (Property) Event name JavaScript JScript N IE Opera DOM HTML Notes onMouseOut 1.5 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onMouseOver 1.5 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onMouseUp 1.5 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onSelectStart 3.0 + 4.0 + - Inheritance chain: Element object, Node object LI.type (Property) A type indicator that controls the presentation style of an item in the list that the

  • object belongs to. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myLI.type There are a variety of different list types that can be displayed. The type value can be defined on an item by item basis within the ordered or unordered list collections. Lists support an enumeration display of the following types:
      /
        Type code Presentation style OL 1 Numeric OL a Alphabetical lower case OL A Alphabetical upper case OL i Roman numerals lower case OL I Roman numerals upper case UL circle a small open circular bullet UL disc a small solid circular bullet UL square a small square bullet Some browsers may provide extended functionality, and use of characters other than those specified will yield undefined behavior. This is largely superseded by the CSS styling mechanisms now and is likely to become deprecated in due course. See also: OL.type, UL.type 1333

  • Leave a Reply