Skip to content

Commit f6d643a

Browse files
Adding note to ONIX techniques
1 parent b47d6d4 commit f6d643a

File tree

1 file changed

+28
-0
lines changed
  • UX-Guide-Metadata/draft/techniques/onix-metadata

1 file changed

+28
-0
lines changed

UX-Guide-Metadata/draft/techniques/onix-metadata/index.html

+28
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,34 @@ <h2>ONIX Metadata</h2>
8888
This document provides techniques for meeting the guidelines of the <a href="../../principles/">User Experience Guide for Displaying Accessibility Metadata</a>. It provides practical examples for extracting information from the ONIX metadata for showing it to the end users.
8989
</p>
9090

91+
<aside class="note">
92+
The examples provided in this document demonstrate the "compact" version of what is to be displayed.
93+
For every text string both the "compact" or the "descriptive" options are available.
94+
95+
<aside class="example" title="Compact Versus Descriptive">
96+
<pre>
97+
<code>
98+
"visual-adjustments":
99+
{
100+
"visual-adjustments-title": "Visual adjustments",
101+
"visual-adjustments-modifiable":
102+
{
103+
"descriptive": "Appearance of the text and page layout can be modified according to the capabilities of the reading system (font family and font size, spaces between paragraphs, sentences, words, and letters, as well as color of background and text)",
104+
"compact": "Appearance can be modified"
105+
}
106+
}
107+
</code>
108+
</pre>
109+
</aside>
110+
111+
The option is yours to provide either the "compact" or "descriptive" versions to the end user or perhaps even allow the user to choose what they wish to see.
112+
113+
<aside class="ednote">
114+
Link to the English JSON file where this example is taken from.
115+
</aside>
116+
117+
</aside>
118+
91119
<p class="note">
92120
ONIX messages describe products for the global book supply chain and will be sent from publisher or creator of the EPUB or digital books with full audio to those who will make the products available for sale, lending or subscription.
93121
These platforms may not yet have the actual files, as they may not yet be ready, or may only choose to list them for sale if they have certain accessibility features.

0 commit comments

Comments
 (0)