Definition
HTML Standard defines HTMLTimeElement
[Exposed=Window]
interface HTMLTimeElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions] attribute DOMString dateTime;
};
HTMLTimeElement
interfaceHTML Standard defines HTMLTimeElement
[Exposed=Window]
interface HTMLTimeElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions] attribute DOMString dateTime;
};
HTMLTimeElement