Interface HTMLUListElement

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

順不同リスト。 HTML 4.01 の UL 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLUListElement : HTMLElement {
           attribute boolean         compact;
           attribute DOMString       type;
};


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