<abbreviated-form>
The <abbreviated-form>
element represents
a reference to a term that might appear in an abbreviated form. The
abbreviated form often is an acronym.
Usage information
The <abbreviated-form>
element typically is used in conjunction with
a glossary entry topic that defines a term and an acronym. The
glossary entry topic might also provide a surface form that specifies both the term and the
acronym. The surface form is intended to be rendered on first
use or in introductory contexts where the term might be unfamiliar to a reader. In other
contexts, processors typically render the abbreviated form of the term. Note that the
definition of an introductory context will differ for every deliverable format and is highly
processor-specific.
For instance, a process composing a book deliverable might render
the surface form of a term on the first reference to the
<glossentry>
topic within the book or for
every reference within a copyright or a warranty-related warning. A
process generating an online page might render the surface form as
a hover tooltip on every instance of the term.
Rendering expectations
Specialization hierarchy
The <abbreviated-form>
element is specialized from
<term>
. It is defined in the abbreviated-form domain module.
Content model
EMPTY
Empty
Attributes
The following attributes are available on this element: universal
attributes and @keyref
.
The following attributes are available on this element: universal attributes and the attributes defined below.
@keyref
- Specifies a key
name that acts as a redirectable reference based on a key
definition within a map. See STUB CONTENT for information on using
this attribute.
For HDITA, the equivalent of
@keyref
is@data-keyref
Example
This section is non-normative.
This section contains examples of how the
<abbreviated-form>
element works in
conjunction with a glossary entry topic that defines a term and its
variations.
The typical rendering is that the first use of the
<abbreviated-form keyref="ab">
will result
in the surface form of the term, while subsequent usages will
result in the acronym, as shown in the following screen
capture:
Do note, however, that processors implement varying levels of
support for the <abbreviated-form>
element.