Interface HTMLOListElement

継承元:
HTMLElement
プロパティ:
compact, start, type
メソッド:

順序付きリスト。 HTML 4.01 の OL 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLOListElement : HTMLElement {
           attribute boolean         compact;
           attribute long            start;
           attribute DOMString       type;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI