Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 106851 of HTMLModElement

  • Revision slug: DOM/HTMLModElement
  • Revision title: HTMLModElement
  • Revision id: 106851
  • Created:
  • Creator: Sheppy
  • Is current revision? No
  • Comment +ja; 16 words added

Revision Content

{{ DomRef() }}

HTML mod element interface

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.

Properties

Name Type Description
cite
DOMString
Reflects the {{ htmlattrxref("cite", "del") }} HTML attribute, containing a URI of a resource explaining the change.
datetime
DOMString
Reflects the {{ htmlattrxref("datetime", "del") }} HTML attribute, containing a date-and-time string representing a timestamp for the change.

See also

  • {{ HTMLElement("del") }} HTML element
  • {{ HTMLElement("ins") }} HTML element
{{ languages({ "ja":"ja/DOM/HTMLModElement" }) }}

Revision Source

<p>{{ DomRef() }}</p>
<h2 id="HTML_mod_element_interface">HTML mod element interface</h2>
<p>DOM mod (modification) objects expose the <a class="external" href="https://www.w3.org/TR/html5/edits.html#htmlmodelement" rel="external nofollow" target="_blank" title="https://www.w3.org/TR/html5/edits.html#htmlmodelement">HTMLModElement</a> (or <span style="border: 1px solid rgb(129, 129, 250); background-color: rgb(174, 218, 229); font-size: x-small; white-space: nowrap; padding: 2px;"><a href="../../../../en/HTML" rel="custom nofollow">HTML 4</a></span> <a class="external" href="https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-79359609" rel="external nofollow" target="_blank" title="https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-79359609"><code>HTMLModElement</code></a>) interface, which provides special properties (beyond the regular <a href="../../../../en/DOM/element" rel="internal">element</a> object interface they also have available to them by inheritance) for manipulating modification elements.</p>
<h2 id="Properties">Properties</h2>
<table class="standard-table"> <thead> <tr> <th scope="col">Name</th> <th scope="col">Type</th> <th scope="col">Description</th> </tr> </thead> <tbody> <tr> <td><code>cite<br> </code></td> <td><code><a href="/en/DOM/DOMString" title="En/DOM/DOMString">DOMString</a><br> </code></td> <td>Reflects the {{ htmlattrxref("cite", "del") }} HTML attribute, containing a URI of a resource explaining the change.</td> </tr> <tr> <td><code>datetime<br> </code></td> <td><code><a href="/en/DOM/DOMString" title="En/DOM/DOMString">DOMString</a><br> </code></td> <td>Reflects the {{ htmlattrxref("datetime", "del") }} HTML attribute, containing a date-and-time string representing a timestamp for the change.</td> </tr> </tbody>
</table> <h2 id="See_also">See also</h2>
<ul> <li>{{ HTMLElement("del") }} HTML element</li> <li>{{ HTMLElement("ins") }} HTML element</li>
</ul> <div>{{ languages({
"ja":"ja/DOM/HTMLModElement"
}) }}</div>
Revert to this revision