-
Notifications
You must be signed in to change notification settings - Fork 18
Support for accessibility in shared models #142
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
base: develop
Are you sure you want to change the base?
Conversation
Can be a string or an array of strings per https://readium.org/webpub-manifest/contexts/default/#accessibility-metadata
@chocolatkey I am not anticipating changes myself so I’m marking this as ready to review so that another pair of eyes can see whether this is acceptable or whether we want to do some things in a smarter way. As a recap, this adds It also handles the Accessibility Metadata Display Guide, in a way that should be consistent with Swift – so statements with an For localization, I had to design something around thorium-locales. Basically:
It is kind of straightforward as classes are just mapping statements to conditions but of course there may be room for improvements and/or details that could be polished. |
This adds support for
accessibility
inmetadata
of Shared Models (RWPM doc).Display Guide to follow