Skip to content
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

Identification of audio-only books in EPUB techniques #480

Open
jonaslil opened this issue Nov 20, 2024 · 0 comments
Open

Identification of audio-only books in EPUB techniques #480

jonaslil opened this issue Nov 20, 2024 · 0 comments
Labels
a11y-display-guide Issue with the UX Guide principles or techniques

Comments

@jonaslil
Copy link

In 4.4.3 Instructions, step 2 checks for the presence of accessModeSufficient value "auditory". If present, it displays "Audio only" (compact explanation).

However, accessModeSufficient "auditory" can also appear in books with synchronized text and audio. In such cases, accessModeSufficient "textual" should also be included. See EPUB Accessibility Techniques 1.1, 3.3.

So accessModeSufficient "auditory" alone does not confirm a book is audio-only. To determine this, it seems necessary to also check for the absence of accessMode "textual", accessModeSufficient "textual", or other indications of text content.

The ONIX logic addresses this with the condition AND NOT synchronised_pre_recorded_audio, ensuring synchronized text and audio books are not misclassified.

@mattgarrish mattgarrish added the a11y-display-guide Issue with the UX Guide principles or techniques label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y-display-guide Issue with the UX Guide principles or techniques
Projects
None yet
Development

No branches or pull requests

2 participants