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
<ProductFormFeature>
<ProductFormFeatureType>09</ProductFormFeatureType>
<ProductFormFeatureValue>31</ProductFormFeatureValue>
</ProductFormFeature>
Related Links
- ONIX — List 196: Code 31