Explanation

Code 36 is used to indicate that the styling of the publication does not interfere with users' ability to control the appearance of the text.

This code typically means that the author has not used inline styles and CSS important keywords that will prevent reading systems from restyling the text to the user's preference. Changes to the text also must not result in loss of information (e.g., by preventing scrolling to access text that could overflow its content box when increased in size).

This code overlaps with code 10 but only applies to text.

Only for use in ONIX 3.0 or later.

Examples

Example 1 — User configurable text
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>36</ProductFormFeatureValue>
</ProductFormFeature>

Related Links