HTMLOListElement
HTMLOListElement 接口可提供特殊属性 (除了常见的对象 HTMLElement 接口提供的属性和方法通过继承也能获取到)操纵布局体现表格在 list 中。
HTMLOListElement()
继承层次
Object.prototype
Function.prototype
EventTarget
Node
Element
HTMLElement
HTMLOListElement
构造函数
程序不能直接调用该构造函数,否则将会产生异常。
属性列表
属性 | 说明 |
---|---|
- | - |
方法列表
语法 | 说明 |
---|---|
- | - |
HTMLOListElement.prototype
继承层次
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLOListElement.prototype
属性列表
从父元素继承的属性, HTMLElement。
属性 | 说明 |
---|---|
reversed | 是一个布尔值, 它反映了反向并定义了编号为降序即其值为 true ,或升序 (false)。。 |
start | 是一个 long 值, 它反映了列表第一个元素的起始数和定义的值。 |
type | 是一个 DOMString 值, 它反映类型并定义用于显示的标记种类。 |
方法列表
没有特殊的方法; 继承了父对象 HTMLElement 的方法。
语法 | 说明 |
---|---|
- | - |
HTMLOListElement实例
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLOListElement.prototype
<ol> 元素