ModElement
package js.html
extends Element › DOMElement › Node › EventTarget
Доступно в 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.
См. также:
Переменные
cite:String
Является DOMString отражающим cite атрибут HTML, содержащий URI ресурса, объясняющего изменение.
dateTime:String
Является DOMString отражающим datetime атрибут HTML, содержащий строку даты и времени, представляющую временную метку изменения.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/ModElement.html