HTMLQuoteElement.idl 88 B

12345
  1. interface HTMLQuoteElement : HTMLElement {
  2. [Reflect] attribute DOMString cite;
  3. };