Definition

Indicates the resource includes ARIA roles to organize and improve the structure and navigation.

Examples

Example 1 — EPUB 3
<meta property="schema:accessibilityFeature">
   ARIA
</meta>
Example 2 — EPUB 2
<meta name="schema:accessibilityFeature"
      content="ARIA"/>
Example 3 — Audiobooks
"accessibilityFeature": ["ARIA"]

Explanation

The ARIA value is used to indicate that ARIA roles are used to organize and improve the structural navigation of the publication (e.g., to identify key sections of the content and the purpose of hyperlinks).

This value is used when Document Structure, Landmark, Live Region, and Window roles are included.

It is not intended for use when ARIA roles, states and properties are used to make custom controls accessible. The accessibility of custom controls is covered by the accessibilityControl property.

Related Links