Serenity Operating System
at master 9 lines 218 B view raw
1#import <HTML/HTMLElement.idl> 2 3// https://html.spec.whatwg.org/multipage/grouping-content.html#htmlquoteelement 4[Exposed=Window] 5interface HTMLQuoteElement : HTMLElement { 6 7 [Reflect] attribute DOMString cite; 8 9};