Skip to Content

Accessible Publishing Knowledge Base

Category: Metadata - ONIX - Code List 196

Code List 196 - 81: WCAG v2.1

Explanation

Code 81 indicates that an EPUB publication that conforms to the EPUB Accessibility standard (version 1.1 or higher) conforms to WCAG 2.1.

This code must be paired with code 04 as well as one of the WCAG level indicators (code 84, 85, or 86).

Only for use in ONIX 3.0 or later.

Examples

Example 1 — Conformance to EPUB Accessibility 1.1 at WCAG 2.1 Level AA
<!-- EPUB Accessibility 1.1 -->
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>04</ProductFormFeatureValue>
<!-- WCAG 2.1 -->
</ProductFormFeature><ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>81</ProductFormFeatureValue>
</ProductFormFeature>
<!-- Level AA -->
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>85</ProductFormFeatureValue>
</ProductFormFeature>

Applies To

EPUB 3 EPUB 2 Audiobooks
Yes Yes Yes

Related Links

Back to Top ↑