Skip to content

Commit

Permalink
Update templates to new standards
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed May 4, 2024
1 parent 8ce625b commit ddc1c5d
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions src/epub/onix.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<ONIXMessage xmlns="http://ns.editeur.org/onix/3.0/reference" release="3.0">
<ONIXMessage xmlns="http://ns.editeur.org/onix/3.1/reference" release="3.1">
<Header>
<Sender>
<SenderName>Standard Ebooks</SenderName>
</Sender>
<SentDateTime>2014-05-25T00:00:00Z</SentDateTime>
<SentDateTime>2024-05-01T00:00:00Z</SentDateTime>
</Header>
<Product>
<DescriptiveDetail>
<ProductFormFeature>
<!--Compliant with ePub Accessibility Spec v1.1-->
<ProductFormFeatureType>09</ProductFormFeatureType>
<ProductFormFeatureValue>04</ProductFormFeatureValue>
</ProductFormFeature>
<ProductFormFeature>
<!--No reading system accessibility options disabled-->
<ProductFormFeatureType>09</ProductFormFeatureType>
Expand All @@ -33,6 +38,33 @@
<ProductFormFeatureType>09</ProductFormFeatureType>
<ProductFormFeatureValue>22</ProductFormFeatureValue>
</ProductFormFeature>
<ProductFormFeature>
<!--All non-decorative content supports reading without sight-->
<ProductFormFeatureType>09</ProductFormFeatureType>
<ProductFormFeatureValue>52</ProductFormFeatureValue>
</ProductFormFeature>
<ProductFormFeature>
<!--WCAG v2.2-->
<ProductFormFeatureType>09</ProductFormFeatureType>
<ProductFormFeatureValue>82</ProductFormFeatureValue>
</ProductFormFeature>
<ProductFormFeature>
<!--WCAG level AA-->
<ProductFormFeatureType>09</ProductFormFeatureType>
<ProductFormFeatureValue>85</ProductFormFeatureValue>
</ProductFormFeature>
<ProductFormFeature>
<!--Publisher’s web page for detailed accessibility information-->
<ProductFormFeatureType>09</ProductFormFeatureType>
<ProductFormFeatureValue>96</ProductFormFeatureValue>
<ProductFormFeatureDescription>https://standardebooks.org/about/accessibility</ProductFormFeatureDescription>
</ProductFormFeature>
<ProductFormFeature>
<!--Publisher contact for further accessibility information-->
<ProductFormFeatureType>09</ProductFormFeatureType>
<ProductFormFeatureValue>99</ProductFormFeatureValue>
<ProductFormFeatureDescription>standardebooks@googlegroups.com</ProductFormFeatureDescription>
</ProductFormFeature>
</DescriptiveDetail>
</Product>
</ONIXMessage>

0 comments on commit ddc1c5d

Please sign in to comment.