HTMLQuoteElement Interface
The HTMLQuoteElement Interface is used for the Q and BLOCKQUOTE elements.
IDL Definition
Interface HTMLQuoteElement : HTMLElement {
attribute DOMString cite;
};
Semantic Requirements
- The cite attribute is a URI designating a document that designates a source document or message.
If you have comments or suggestions, email me at mbrady@nist.gov