Interface HTMLModElement

継承元:
HTMLElement
プロパティ:
cite, dateTime
メソッド:

文書の一部分の修正を通知する。 HTML 4.01 の INS 要素と DEL 要素の定義を参照

プロパティ:

IDL 定義:

interface HTMLModElement : HTMLElement {
           attribute DOMString       cite;
           attribute DOMString       dateTime;
};


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