QuoteElement
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.
Documentation HTMLQuoteElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
cite: String
Is a DOMString
reflecting the cite
HTML attribute, containing a URL for the source of the quotation.