1#import <HTML/HTMLElement.idl>
2
3// https://html.spec.whatwg.org/multipage/edits.html#htmlmodelement
4[Exposed=Window]
5interface HTMLModElement : HTMLElement {
6
7 [Reflect] attribute USVString cite;
8 [Reflect=datetime] attribute DOMString dateTime;
9
10};