Baseline Widely available
The cite
property of the HTMLModElement
interface indicates the URL of the resource explaining the modification. It reflects the cite
attribute of the <del>
element and <ins>
elements.
A string representing a URL.
Exampleconst mod = document.querySelector("edit");
console.log(`Explanation: ${mod.cite}`); // the current value
mod.cite = "https://example.com/edits"; // updates the element's cite
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4