ladybird/Libraries/LibWeb/HTML/HTMLTimeElement.idl

6 lines
99 B
Text
Raw Normal View History

interface HTMLTimeElement : HTMLElement {
[Reflect=datetime] attribute DOMString dateTime;
}