HTMLBlockquoteElement Interface


The HTMLBlockquoteElement Interface is the HTML BLOCKQUOTE element.
IDL Definition

Interface HTMLBlockquoteElement : HTMLElement {

           attribute  DOMString                cite;
};

Semantic Requirements

  1. The cite attribute is a URI designating a document that describes the reason for the change.

If you have comments or suggestions, email me at mbrady@nist.gov