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

EPUB Techniques #233

Open
rickj opened this issue Feb 7, 2024 · 0 comments
Open

EPUB Techniques #233

rickj opened this issue Feb 7, 2024 · 0 comments
Labels
a11y-display-guide Issue with the UX Guide principles or techniques

Comments

@rickj
Copy link
Collaborator

rickj commented Feb 7, 2024

As work progresses, sharing what we are currently using as a starting point. The second column is what we are returning on an API search

Category Type Criteria
Contains Accessibility Claims Boolean - searched as true/false true if we have any data in the a11y table for a given asset
Accessibility Summary String - searched as exists returns any text from the accessibilitySummary field
Supports Nonvisual Reading Boolean - searched as true/false true if
accessModeSufficient contains textual
accessMode contains textual
accessibilityFeature contains ttsMarkup
accessibilityFeature contains readingOrder
accessibilityFeature contains alternativeText
Visual Adjustments Boolean - searched as true/false true if
accessModeSufficient contains visual
accessMode contains visual
accessibilityFeature contains displayTransformability
Navigation Boolean - searched as true/false true if accessibilityFeature contains any of the following values
index
pageNavigation
pageBreakMarkers
printPageNumbers
structuralNavigation
tableOfContents
Charts, Diagrams, and Formulas Boolean - searched as true/false true if accessMode contains
colorDependent
chartOnVisual
chemOnVisual
diagramOnVisual
mathOnVisual
musicOnVisual
tactile
textOnVisual
true if accessibilityFeature contains
captions
ChemML
describedMath
latex
longDescription
MathML
signLanguage
tactileGraphic
tactileObject
transcript
annotations
rubyAnnotations
timingControl
ARIA
highContrastDisplay
Hazards Boolean - searched as true/false true if accessibilityHazards contains any of the following values
none
sound
flashing
motionSimulation
noFlashingHazard
noMotionSimulationHazard
noSoundHazard
unknown
Conformance String - searched as exists returns any text from the conformsTo field
Certification String - searched as exists returns any text from the following fields, along with their field name
certifiedBy
certifierCredential
certifierReport
@mattgarrish mattgarrish added the a11y-display-guide Issue with the UX Guide principles or techniques label Sep 5, 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