package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
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 also:
cite:String
Is a DOMString
reflecting the cite
HTML attribute, containing a URL for the source of the quotation.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/QuoteElement.html