View Single Post
Old 12-11-2019, 08:07 PM   #11
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Hitch View Post
Spoiler:
What accessibility standards are you able to adhere to in your ePUB conversion?
We are looking for a minimum of WCAG 2.0.
Are you able to meet these and if so, how does it affect your pricing?
Well, I would probably just promote the parts of your workflow that do make books "as accessible as possible":
  • Use very clean markup
  • Take pride in marking things properly
    • Headings as <h1>, not <p class="heading">
    • <i>, not <span class="italics">
  • Night Mode support
    • No black-on-black text
  • Tables as <table>, not pictures of data
  • Foreign letters as actual text, not as little images.
  • Use proper lang + xml:lang
  • Proper alt text
  • [...]

Quote:
Originally Posted by Hitch View Post
I mean...if you're gonna be an accessibility badass, don'tcha think you should at least READ the damned standards? And pay attention to the fact that they're for THE WEB, not eBooks, where things like "make it easier for users to hear or see the content" are ENTIRELY in the control of the device-and-firmware makers, ffs?
Perhaps they heard the "Accessibility" buzzword, and know it's a good idea to create more accessible documents, but don't know some of the technical details behind it.

A few examples of talks:

So meh. I probably would've just given the bulleted list, then pointed to a few other resources and say you do your best to follow WCAG as much as possible without sacrificing compatibility with actual stores/devices.

Last edited by Tex2002ans; 12-11-2019 at 08:23 PM.
Tex2002ans is offline   Reply With Quote