quote
quote — An inline quotation.
Synopsis
quote ::=
- Zero or more of:
- text
html:button
html:fieldset
html:input
html:label
html:select
html:textarea
- Bibliography inlines
- Computer-output inlines
- Graphic inlines
- Linking inlines
- Markup inlines
- Operating system inlines
- Product inlines
- Publishing inlines
- Technical inlines
- Ubiquitous inlines
- User-input inlines
Attributes
Description
A quote
surrounds an inline quotation. Using an
element for quotations is sometimes more convenient than entering the
quotation marks directly, and makes it possible for a presentation
system to alter the format of the quotation marks.
Block quotations are properly identified as
blockquote
s.
Processing expectations
Formatted inline. The quote
element is
expected to generate the proper quotation marks. These may be
influenced by the lang
attribute
on an ancestor element. For example, a quote in French might use
«guillemets» instead of English “quote marks.”
Parents
These elements contain quote
: caption
(db.html.caption), citetitle
, emphasis
, entry
, html:button
, html:label
, html:legend
, link
(db.link), literallayout
, para
, phrase
(db.phrase), programlisting
, quote
, rddl:resource
, subtitle
, summary
, td
, term
, th
, title
, titleabbrev
.
Children
The following elements occur in quote
: text, abbrev
, acronym
, author
, citetitle
, command
, computeroutput
, editor
, email
, emphasis
, filename
, footnote
, footnoteref
, html:button
, html:fieldset
, html:input
, html:label
, html:select
, html:textarea
, inlinemediaobject
, link
(db.link), literal
, option
, orgname
, personname
, phrase
(db.phrase), quote
, rddl:resource
, replaceable
, subscript
, superscript
, systemitem
, trademark
, userinput
, xref
.
See Also
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example quote</title>
||
<para>This software is provided <quote>as is</quote>, without expressed
5 |or implied warranty.
|</para>
||
</article>
This software is provided as is
, without expressed
or implied warranty.