Definition
HTML Standard defines HTMLModElement
[Exposed=Window]
interface HTMLModElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions, ReflectURL] attribute USVString cite;
[CEReactions, Reflect] attribute DOMString dateTime;
};