#import
// https://html.spec.whatwg.org/multipage/grouping-content.html#htmlquoteelement
[Exposed=Window, UseDeprecatedAKString]
interface HTMLQuoteElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions, Reflect] attribute USVString cite;
};