Interface HTMLLIElement

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

リスト項目。 HTML 4.01 の LI 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLLIElement : HTMLElement {
           attribute DOMString       type;
           attribute long            value;
};


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