The
meta
element expresses metadata information about the document, a document fragment or an external resource associated with the
document.
Usage details available in the Usage Details section.
Usage Example
<head>
<meta rel="z3998:profile" resource="http://www.daisy.org/z3998/2012/auth/profiles/book/1.0">
<meta property="z3998:name" content="book" />
<meta property="z3998:version" content="1.0" />
</meta>
<meta rel="z3998:rdfa-context" resource="http://www.daisy.org/z3998/2012/vocab/context/default/" />
<meta property="dc:identifier" content="int.daisy.book.12345" />
<meta property="dc:publisher" content="DAISY Consortium" />
<meta property="dc:date" content="2012-07-27T18:50:05Z" />
</head>
Allowed parents
head (head variant),
head (article variant),
d:head and
meta
Allowed children
This element may contain text.
This element may contain the following children: abbr,
address,
annoref,
annotation,
citation,
code,
definition,
emph (text variant),
emph (phrase variant),
expansion,
ln,
meta,
name,
num,
object (text variant),
object (phrase variant),
quote,
ref,
its:ruby,
s,
span (text variant),
span (phrase variant),
sub,
sup,
term,
time and
w
Content model and additional requirements
a choice of
or
followed by
one or more of
a choice of either one of the 27 elements:
abbr,
address,
annoref,
annotation,
citation,
code,
definition,
emph,
emph,
expansion,
its:ruby,
ln,
name,
num,
object,
object,
quote,
ref,
s,
span,
span,
sub,
sup,
term,
time,
w or
w
or text
end of choice
or
followed by
one or more of
a choice of either one of the 27 elements:
abbr,
address,
annoref,
annotation,
citation,
code,
definition,
emph,
emph,
expansion,
its:ruby,
ln,
name,
num,
object,
object,
quote,
ref,
s,
span,
span,
sub,
sup,
term,
time,
w or
w
or text
end of choice
or
followed by
one or more of
a choice of either one of the 27 elements:
abbr,
address,
annoref,
annotation,
citation,
code,
definition,
emph,
emph,
expansion,
its:ruby,
ln,
name,
num,
object,
object,
quote,
ref,
s,
span,
span,
sub,
sup,
term,
time,
w or
w
or text
end of choice
end of choice
Note that in addition to restrictions presented in the content model above,
use of this element must also respect the following requirement:
- The meta
content
attribute must neither be empty nor contain only whitespace.
Such requirements take precedence over any conflicting statements in the
content model or in the lists above of allowed children and parents.
Namespace
http://www.daisy.org/ns/z3998/authoring/
Usage Details
Acceptable methods for specifying the value of a
meta
element include:
It is not valid to employ both methods for the same element. If no value is specified, the
meta
element either expresses a specialized metadata function or is a container for one or more child
meta
elements.