package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLQuoteElement
interface provides special properties and methods (beyond the regularHTMLElement
interface it also has available to it by inheritance) for manipulating quoting elements, likeblockquote
andq
, but not thecite
element.Documentation HTMLQuoteElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
cite:String
Is a DOMString
reflecting the cite
HTML attribute, containing a URL for the source of the quotation.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/QuoteElement.html