First public release.
This release incorporates the following changes:
/context
subdirectory of /vocab
(previously they were in /profiles
);profile
attribute has been removed and replaced by a meta
element for declaring the initial context document URI;about
attribute now applies to the nearest container element. An implicit about
attribute association is made between the meta
element and the cotainer element.ref
and xlink:href
attributes have been added to the quote
element to allow a citation to be directly referenced;address
element has been added for physical and virtual addresses;note
element was added to allow notes and annotations to fall between lines of verse and other phrase contexts;rend:linebreak
element has been added;description
feature has been incorporated;This release incorporates the following changes:
profile
attribute must now be added to the root document
element to declare the default RDFa profile;prefix
attribute is now available to declare prefixes not included in the default profile;decl:
prefix for the Z39.98-2012 Instance Metadata Vocabulary has been dropped in favour of z3998:
.associate
attribute has been added for the block
element to allow the binding of its child elements to a single element (e.g., to indicate all the children are associated with an image, in the case of figures);separator
element has been renamed transition
to better reflect its nature as a context change;type
attribute for the abbr
element has been replaced by role
, and the list of allowed values made extensible;col
element is no longer allowed as a child of table
(only of colgroup
);quote
element contains only a single child citation
element, the relationship between the two is now implied (i.e., the requirement to use xml:id
/ref
attributes to establish the relationship has been removed);rend:rend
and rend:indent
attributes have been dropped in favour of proper CSS styling available through the class
attribute;The content models for all layers were also restructured to clean up models that allowed unwanted variants (e.g., so that the description
element cannot be a child of the abbr
element).
This release incorporates the following changes to the underlying Core Modules and features to simplify and improve markup models:
by
attribute was introduced for indicating the contributor of an element;author
, editor
, general-editor
, translator
, commentator
and republisher
were added for use in the by
attribute;description
element was added for including and attaching accessible descriptions;desc
attribute was added for referencing a description
from any element in a document;object
element's content model has been changed to disallow nested objects;object
element are considered an implicit description of the object
unless an explicit description
is embedded;note
and annotation
have been changed so that either a noteref
or annoref
must point to them or they must point to some element in the document;temporary
can be used to include production notes and other annotations not intended as part of a final document (and a schematron rule to generate warnings when present was also added);annoref
element was added for linking from a text referent to an annotation (similar to the existing noteref
element).value
attribute has been added for noteref and annoref to include superscripted identifiers;glossary
entries assume an implicit association between their child term
and definition
when exactly one of each is present;published-works
for identifying sections of works also by the same author;prefix
attribute for adding prefixes to any elements;sel:selid
attribute has been added to the Content Selection feature to handle multiple, identical ID values in condition branches;A functional XSD version of the schema is also now available. A complete translation from the RelaxNG source to XSD is not currently possible, however, so the XSD version should be used for authoring purposes only.
First public review release. Changes prior to this version are available through the working group source code repository.