jump

HTML 5: The Markup Language (ARIA Edition)

dfndefining instance # T

The dfn element represents the defining instance of a term.

Permitted contents #

Permitted attributes #

global attributes
Any attributes permitted globally.
aria = #
(detailed attribute description to come)

Additional constraints and admonitions #

Tag omission #

A dfn element must have both a start tag and an end tag.

Permitted parent elements #

any element that can contain phrasing elements

DOM interface #

Uses HTMLElement.

Typical default display properties #

dfn {
font-style: italic; }