HTMLModElement

The interface shared by <ins>, <del>. Extends HTMLElementElement.

Reflected properties

All setters are guarded and throw NoModificationAllowedError on a read-only document.

Property Attribute Type Notes
cite cite string Reflects the content attribute verbatim.
dateTime datetime string Reflects the content attribute verbatim.

See also