Quote:
Originally Posted by Hitch
|
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
- 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
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.