Explanation

Code 31 is used to indicate that controls for scripted content are accessible.

Whenever possible, it is advised to use native HTML elements for scripted content. ARIA roles, states, and properties should only be used to construct custom controls when absolutely necessary.

In addition to being accessible, the purpose of each control should be clearly labelled when setting this code.

Only for use in ONIX 3.0 or later.

Examples

Example 1 — Accessible controls
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>31</ProductFormFeatureValue>
</ProductFormFeature>

Related Links