Juan Carlos Corona Romero
Juan Carlos Corona Romero
#### This issue is a Bug #### Related issue(s) and/or pull request(s) Loosely related to: #653 #### Expected Behaviour Text being annotated in the book content should stay in the...
This is about if a user has a theme option applied, and media overlays are visually syncing with highlighting. #### This issue is a Bug #### Related issue(s) and/or pull...
See https://github.com/readium/readium-sdk/issues/56 for details. Note: This change might invalidate a user's saved bookmarks..
Nocturne used to have this feature that not only inverted the screen, but it also let you invert the color hues. For those that didn't know about this: Blue colors...
How should someone try to understand Landmarks in the model? (refresher: http://kb.daisy.org/publishing/docs/navigation/landmarks.html) Two ideas: ### 1. Should we map `epub:type` enum values into the definition of`Links` in the landmarks (and...
When looking at data from the EPUB context: The EPUB spec [allows you to have navigation document headings be "link-less"](https://www.w3.org/publishing/epub3/epub-packages.html#confreq-nav-a). For example: ```html … Appendix A.1 Birds A.2 Turtles ```...
Given I have a publication with a title in metadata like this: ```json { "metadata": { "title": { "fr": "Vingt mille lieues sous les mers", "en": "Twenty Thousand Leagues Under...
This looks incomplete: https://readium.org/webpub-manifest/extensions/epub.html#layout It's vaguely clear that its a new property for Link. It was not understood to me that it's also available for Metadata, without [looking at the...
Fixes #36. - Updated PaginationInfo JS -> Java - Updated page indicator to include a range of pages when in multi-column - Left/Right page buttons now enable/disable depending on canGoLeft/Right
This adds a new approach for resizing images to fit a reflowable column or scrollable page view. - It now more actively changes the max-width, max-height values for images, before...