First stab at an accessibility page

This commit is contained in:
Robin Whittleton 2024-04-24 21:20:10 +02:00 committed by Alex Cabal
parent e14988ff8c
commit be329ea7c6
3 changed files with 28 additions and 0 deletions

View file

@ -42,6 +42,9 @@
<li> <li>
<a href="/feeds">Ebook Feeds</a> <a href="/feeds">Ebook Feeds</a>
</li> </li>
<li>
<a href="/about/accessibility">Accessibility</a>
</li>
</ul> </ul>
<p>Content produced by or for Standard Ebooks L<sup>3</sup>C is dedicated to the <a href="https://en.wikipedia.org/wiki/Public_domain">public domain</a> via the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal Public Domain Dedication</a>.</p> <p>Content produced by or for Standard Ebooks L<sup>3</sup>C is dedicated to the <a href="https://en.wikipedia.org/wiki/Public_domain">public domain</a> via the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal Public Domain Dedication</a>.</p>
<p>Content not produced by or for Standard Ebooks L<sup>3</sup>C but displayed on this website may be subject to copyright.</p> <p>Content not produced by or for Standard Ebooks L<sup>3</sup>C but displayed on this website may be subject to copyright.</p>

View file

@ -0,0 +1,22 @@
<?= Template::Header(['title' => 'Accessibility', 'highlight' => 'about', 'description' => 'How we make Standard Ebooks accessible.']) ?>
<main>
<section class="accessibility narrow">
<h1>Accessibility</h1>
<p>Our mission is to produce high-quality and free public domain ebooks, but none of that matters if people cant read them. Consequently, we put a great deal of effort into making sure that our ebooks are as accessible as possible, for both the books content and the supporting metadata.</p>
<section id="ebooks">
<h3>Our ebooks</h3>
<p>Our ebooks are built using semantic <abbr>XHTML</abbr>. All images and other non-textual content have alternative text to describe their contents, and where appropriate longer descriptions in a list of illustrations. All our ebooks are, to the best of our knowledge, compliant with <a href="https://www.w3.org/TR/WCAG22/"><abbr>WCAG</abbr> 2.2</a> level AA and <a href="https://www.w3.org/TR/epub-a11y-11/">EPUB Accessibility 1.1</a>.</p>
<p>We use metadata to indicate the accessibility of our ebooks. Each title comes with an <a href="https://www.editeur.org/83/Overview/">ONIX</a> 3 declaration detailing its accessibility, and we also include <a href="https://schema.org">Schema.org</a> accessibility feature declarations in the package document.</p>
<p>Ebooks obtained from our website will never use any <abbr title="Digital Rights Management">DRM</abbr> technology so youre free to amend or process them to better fit your own needs.</p>
</section>
<section id="website">
<h3>Our website</h3>
<p>Our website is built using valid semantic <abbr>XHTML</abbr>. Non-decorative images have alternative text to describe their contents. The site has a dark mode if preferred, and if youd like to override this you can do that from the <a href="https://standardebooks.org/settings">settings</a> page. To the best of our knowledge, the site is compliant with <abbr>WCAG</abbr> 2.2 level AA.</p>
</section>
<section id="support">
<h3>Support</h3>
<p>If you find that anything isnt working for you then please <a href="https://groups.google.com/g/standardebooks">get in touch on our mailing list</a>. Well be happy to help directly, and will also investigate if there are any improvements we can make to our processes and corpus to better support you and other readers.</p>
</section>
</section>
</main>
<?= Template::Footer() ?>

View file

@ -55,6 +55,9 @@ $anonymousPatronCount = Db::QueryInt('
<li> <li>
<p><a href="/about/standard-ebooks-and-the-public-domain">Standard Ebooks and the public domain</a></p> <p><a href="/about/standard-ebooks-and-the-public-domain">Standard Ebooks and the public domain</a></p>
</li> </li>
<li>
<p><a href="/about/accessibility">How we make Standard Ebooks accessible</a></p>
</li>
</ul> </ul>
</section> </section>
<section id="masthead" class="masthead"> <section id="masthead" class="masthead">