HTMLQuoteElement.idl 120 B

1234567
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLQuoteElement : HTMLElement {
  3. [Reflect] attribute DOMString cite;
  4. };