Definition
HTML Standard defines HTMLQuoteElement
[Exposed=Window]
interface HTMLQuoteElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions] attribute USVString cite;
};
HTMLQuoteElement
interfaceHTML Standard defines HTMLQuoteElement
[Exposed=Window]
interface HTMLQuoteElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions] attribute USVString cite;
};
HTMLQuoteElement