W3cubDocs

/Haxe JavaScript

ModElement

package js.html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLModElement interface provides special properties (beyond the regular methods and properties available through the HTMLElement interface they also have available to them by inheritance) for manipulating modification elements, that is del and ins.

Documentation HTMLModElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

cite:String

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

dateTime:String

Is a DOMString reflecting the datetime HTML attribute, containing a date-and-time string representing a timestamp for the change.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/ModElement.html