The schema.org CreativeWork class includes properties defined by the Acessibility Metadata Project that can be used to identify the accessible qualities of a publication. This metadata can be expressed in XHTML content documents using RDFa or microdata attributes to identify the accessible qualities of the content (e.g., videos). It can also be included in the EPUB package document to provide an overall picture of the accessibility of the given rendition of the publication.
Note
Until EPUB 3.0.1 becomes a recommended specification, and
epubcheck is updated, the
schema:
prefix in the examples on this page has to be declared in the package
document using the epub:prefix
attribute.
This property is still under discussion and not yet formally a part of schema.org.
An access mode through which the intellectual content of a described resource or adaptation is communicated (i.e., the human sensory perceptual system or cognitive faculty through which a person may process or perceive information). If adaptations for the resource are known, the access modes of those adaptations are not included.
The following values are recommended for this property:
This property is related to the rendition:accessMode property proposed for rendition selection.
Package Document usage:
<meta property="schema:accessMode">textual</meta>
XHTML Content Documents usage: (RDFa)
<meta property="accessMode" content="textual"/>
Content features of the resource, such as accessible media, supported enhancements for accessibility and alternatives.
The following values are recommended for this property:
Package Document usage:
<meta property="schema:accessibilityFeature">captions</meta>
XHTML Content Documents usage: (RDFa)
<p>Video includes <span
property="accessibilityFeature">captions</span>.</p>
A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3.
The following values are recommended for this property:
It is recommended that the above properties all be set either in the positive or negative sense. To indicate that no flashing hazard is known to exist, the value would be "noFlashing". The same pattern is used for the other two properties.
A publication that omits some or all of these properties is assumed to have not been checked for that hazard.
Package Document usage:
<meta property="schema:accessibilityHazard">flashing</meta>
XHTML Content Documents usage: (RDFa)
<p><strong>Warning</strong>: <span
property="accessibilityHazard">flashing</span>
in this video may cause seizures in some
individuals.</p>
Identifies one or more input methods can be used that allow access to all of the application functionality.
The following values are recommended for this property:
Package Document usage:
<meta property="schema:accessibilityControl">
fullKeyboardControl</meta>
XHTML Content Documents usage: (RDFa)
<meta property="accessibilityControl" content="fullKeyboardControl"/>
Indicates that the resource is compatible with the referenced accessibility API.
The following values are recommended for this property:
Package Document usage:
<meta property="schema:accessibilityAPI">ARIA</meta>
XHTML Content Documents usage: (microdata)
<meta itemprop="accessibilityFeature" content="ARIA"/>