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

Different ordering of output in supports nonvisual reading #587

Open
mattgarrish opened this issue Jan 8, 2025 · 0 comments
Open

Different ordering of output in supports nonvisual reading #587

mattgarrish opened this issue Jan 8, 2025 · 0 comments
Labels
a11y-display-techniques-epub Issue with the epub accessibility metadata display techniques a11y-display-techniques-onix Issue with the onix accessibility metadata display techniques

Comments

@mattgarrish
Copy link
Member

In the onix techniques, the alternative text output is a subtest:

  1. IF all_necessary_content_textual:
    THEN display "Readable in read aloud or dynamic braille".
    1. IF textual_alternative_images:
      THEN display "Has alt text".

In the epub techniques, it occurs before any of the other output

  1. IF textual_alternative_images:
    THEN display "Has alt text".
  2. IF all_necessary_content_textual:
    THEN display "Readable in read aloud or

I'm not sure which of these is correct. It seems odd to output that there is alternative text before answering if the text is readable, but it doesn't seem right not to say there is alternative text just because the entire content can't be read aloud or read in braille.

@mattgarrish mattgarrish added a11y-display-techniques-epub Issue with the epub accessibility metadata display techniques a11y-display-techniques-onix Issue with the onix accessibility metadata display techniques labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y-display-techniques-epub Issue with the epub accessibility metadata display techniques a11y-display-techniques-onix Issue with the onix accessibility metadata display techniques
Projects
None yet
Development

No branches or pull requests

1 participant