readium / readium-css

🌈 A set of reference stylesheets for EPUB Reading Systems, starting with Readium Mobile
https://readium.org/readium-css/
BSD 3-Clause "New" or "Revised" License
90 stars 20 forks source link

Provide styles to remove/obscure images #43

Open JayPanoz opened 6 years ago

JayPanoz commented 6 years ago

This is part of the a11y baseline, as defined in issue #18

It seems removing/obscuring images can help with dyslexia. I’ll need confirmation there.

If so, what would be the best option? Removing images entirely? Replacing them with a placeholder? Obscuring them? What about figcaptions?

llemeurfr commented 6 years ago

What I understood from Mobidys experts is that text + image side by side are the issue. Meaning that a way to display some placeholder instead of images by default and make them appear at will could be good. This is 100% open to discussion.

JayPanoz commented 6 years ago

Hmm which means issue #42 and this one could be interlaced, at least when it comes to images.

Placeholder can definitely be implemented using CSS, displaying at will can be a lot of implementations, all of which being not necessarily doable with CSS:

One major benefit of this solution over unfloating is that we wouldn’t mess up with icons (e.g. aside with a notepad icon).