web api interface
HTMLQuoteElement
The HTMLQuoteElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating quoting elements, like <blockquote> and <q>, but not the <cite> element.
Instance properties
Inherits properties from its parent, HTMLElement.
cite- : A string reflecting the
citeHTML attribute, containing a URL for the source of the quotation.
- : A string reflecting the
Instance methods
No specific method; inherits methods from its parent, HTMLElement.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- The HTML elements implementing this interface:
<blockquote>and<q>, but not<cite>.