emphasis (db.emphasis)

emphasis — Emphasized text.

Synopsis

Description

An emphasis element indicates that certain text should be stressed in some way. This pattern defines the emphasis element with a very limited content model.

Processing expectations

Formatted inline. Emphasized text is traditionally presented in italics or boldface. A role attribute of bold or strong is often used to generate boldface, if italics is the default presentation.

An emphasis is often used wherever its typographic presentation is desired, even when other markup might theoretically be more appropriate.

Parents [+]

This element occurs in 54 elements.

Children [+]

This element contains 100 elements.

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example emphasis</title>
    
  4 <para>The <emphasis>most</emphasis> important example of this
    phenomenon occurs in A. Nonymous's book
  6 <citetitle>Power Snacking</citetitle>.
    </para>
  8 
    </article>

The most important example of this phenomenon occurs in A. Nonymous's book Power Snacking.

Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)