The HTMLQuoteElement interface provides special properties and
(beyond the regular web.dom.HTMLElement
interface it also has
to it by inheritance) for manipulating quoting elements, like
and <q>
, but not the <cite>
element.
The HTMLQuoteElement interface provides special properties and (beyond the regular `web.dom.HTMLElement` interface it also has to it by inheritance) for manipulating quoting elements, like and `<q>`, but not the `<cite>` element.
(cite this)
Property.
Is a DOMString reflecting the cite HTML attribute, containing URL for the source of the quotation.
Property. Is a DOMString reflecting the cite HTML attribute, containing URL for the source of the quotation.
(set-cite! this val)
Property.
Is a DOMString reflecting the cite HTML attribute, containing URL for the source of the quotation.
Property. Is a DOMString reflecting the cite HTML attribute, containing URL for the source of the quotation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close