package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLModElement
interface provides special properties (beyond the regular methods and properties available through theHTMLElement
interface they also have available to them by inheritance) for manipulating modification elements, that isdel
andins
.Documentation HTMLModElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
cite:String
Is a DOMString
reflecting the cite
HTML attribute, containing a URI of a resource explaining the change.
dateTime:String
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/ModElement.html