summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLTimeElement.idl
blob: 52334d5a1f630fa08d41b27e0d6cf64a74625da4 (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLTimeElement : HTMLElement {

    [Reflect=datetime] attribute DOMString dateTime;

};