ladybird/Libraries/LibWeb/HTML/HTMLTimeElement.idl

10 lines
252 B
Text
Raw Normal View History

// https://html.spec.whatwg.org/multipage/text-level-semantics.html#htmltimeelement
[Exposed=Window]
interface HTMLTimeElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions, Reflect=datetime] attribute DOMString dateTime;
};