You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking over this section I feel there is a problem with the logic.
Couldn't we have a situation where the accessModeSufficient contains "audio" (it may also have another "textual")
and the accessibilityFeature of "sychronizedAudioText"
So in this case if sychronizedAudioText exists we should always display "Prerecorded audio synchronized with text"
This is currently not what the logic dictates and we would get "Prerecorded audio only" instead.
Do we also need to consider this scenario:
sychronizedAudioText without "audio" as an accessModeSufficient (implies portions of the EPUB will have synchronized audio with text)?
The text was updated successfully, but these errors were encountered:
Looking over this section I feel there is a problem with the logic.
Couldn't we have a situation where the accessModeSufficient contains "audio" (it may also have another "textual")
and the accessibilityFeature of "sychronizedAudioText"
So in this case if sychronizedAudioText exists we should always display "Prerecorded audio synchronized with text"
This is currently not what the logic dictates and we would get "Prerecorded audio only" instead.
Do we also need to consider this scenario:
sychronizedAudioText without "audio" as an accessModeSufficient (implies portions of the EPUB will have synchronized audio with text)?
The text was updated successfully, but these errors were encountered: