Explanation

Code 97 is used to provide a URL to a web page that describes any compatibility testing that was carried out on the publication.

The report page should provide detailed information about the specific assistive technologies, platforms, and reading systems that were tested.

The URL is provided in a <ProductFormFeatureDescription> element.

Examples

Example 1 — Compatibility testing report
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>97</ProductFormFeatureValue>
   <ProductFormFeatureDescription>
      https://a11ytesting.example.com/book/123
   </ProductFormFeatureDescription>
</ProductFormFeature>

Related Links