-
Notifications
You must be signed in to change notification settings - Fork 63
Add technique for media overlays and access modes #2310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
clapierre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two statements seem to conflict with each other.
<p>For example, a publication with media overlays that has text and images (with text alternatives)
would only declare the following sufficient access modes: "<code>textual</code>",
"<code>auditory</code>, and "<code>textual,visual</code>".</p>
<p>It would <strong>not</strong> declare: "<code>textual</code>", "<code>auditory</code>",
"<code>textual,auditory</code>", "<code>textual,visual</code>", and
"<code>textual,visual,auditory</code>".</p>
Shouldn't it only have "NOT" "textual,visual,auditory" ?
|
It would also omit "textual,auditory" since that implies switching back and forth between the two. But I agree it might be simpler to list the two that are not declared than show both complete sets. |
|
Agree it would be clearer to only show the omitted items in the NOT list.
I don't fully understand media overlays. Is it not possible to listen while looking at the text? In that case, yes, that combo would also be omitted. A separate comment: the text says
In this case, it isn't only that the user doesn't need to or isn't expected to read the text (assuming they can listen straight through with pause/play, if they can't read the TOC structure). They actually can't visually read the text because it isn't there. |
It's up to the user. If they want to read along with the narration, the text will be highlighted. But you can also use media overlays to switch back and forth between visual and auditory reading. The typically example is listening to audio while commuting but reading visually elsewhere. So in that sense there is a pathway that is both textual and auditory, but I don't think it's a case we need to highlight.
There always has to be some text to synchronize with for media overlays. In the structured navigation case, you'd just get a list of all the headings in the viewport, with each one being highlighted in turn (assuming your device has a viewport). So there is technically some of the textual content of the book there, but it's entirely useless as far as visual reading goes. |
|
This one's also been open for a couple of weeks now without any new change requests. I'm going to merge it since it's only a technique and we can easily change it if new issues come up. |
I've added a new technique to discuss the two cases for media overlays I'm aware of -- full text with full audio and structured audio. For full text with audio, the recommendation is to not set an auditory access mode and instead indicate the synchronizedAudioText feature. For structured audio, you do the opposite and set an auditory access mode and don't set synchronizedAudioText.
Let me know what you all think of this guidance.
Fixes #2303
EPUB Accessibility Techniques 1.1: