haXe API Documentation
Back | Index
extern class js.html.ModElement
extends Element
Available in js
DOM mod (modification) objects expose the HTMLModElement (or HTML 4 HTMLModElement) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating modification elements.

Documentation for this class was provided by MDN.
var cite : String

Reflects the

cite HTML attribute, containing a URI of a resource explaining the change.

var dateTime : String
Back | Index