HTMLModElement Interface


The HTMLModElement Interface notice of modification to part of a document.
IDL Definition

Interface HTMLModElement : HTMLElement {

           attribute  DOMString                  cite;
           attribute  DOMString                  dateTime;
};

Semantic Requirements

  1. The cite attribute is a URI designating a document that describes the reason for the change.
  2. The dateTime attribute indicates the date and time of the change.

If you have comments or suggestions, email me at mbrady@nist.gov