-
Notifications
You must be signed in to change notification settings - Fork 60
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
Missing AccessMode less used values #2653
Comments
I still have a pet peeve with these. 😉 They aren't truly access modes. They're trying to explain what kind of content is encoded in a visual access mode, so "visual" also needs to be present when these are used. Maybe there's a way of lumping them together and explaining them as additional descriptors to visual, but I still kind of wish we could go back and vote them off the island. They really belong in a separate property. |
They were meant to be refinements, with the automated assumption that if these were present visual could be inferred. But we don’t have a mechanism for refinements so they are just hanging around looking strange.
|
Ya, and I'm worried if we start considering these primary access modes then it's going to require all epub producers to list all the applicable ones. That wasn't ever the intention. This is additional information about what is encoded visually. |
Great points. This has only recently come up from one publisher, and I know there have been charts, and math as images which have never been included in the accessMode metadata before. We could hold a meeting to discuss the deprecation of these accessMode values. |
Ya, but we should try and do that sparingly as we can never really know who has used them. (Does Ace report them as invalid now or does it not care what you list as an access mode?)
Right, it's sort of like reverse features. Here is a list of the visual content that may pose challenges, so you should be aware you're going to have to deal with the accommodations/features for them. Something like visuallyEncodedContent might be more in the spirit (but even that doesn't fully fit with color dependency one). But I agree with not trying to get this into schema.org. I think it would be a real challenge to explain to them why this is needed and get them to agree to it. End of the day, they're not harmful, just a bit of an awkward fit. If we keep them, we should group and explain them better as supplementing the visual access mode. |
Issue on the “EPUB Accessibility Techniques 1.1” WG Note
3.1 Identify primary access modes
Only the main access modes are provided, not the complete list as defined
https://www.w3.org/community/reports/a11y-discov-vocab/CG-FINAL-vocabulary-20240906/#accessMode-vocabulary
Missing are the following values:
chartOnVisual
chemOnVisual
colorDependent
diagramOnVisual
mathOnVisual
musicOnVisual
textOnVisual
The text was updated successfully, but these errors were encountered: