Serenity Operating System
at master 10 lines 256 B view raw
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};