You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The document access system must wrap the document in either pdf.js or epub.js depending on format (is this possible in the theme? #67). The result must meet or exceed the WCAG 2.1 AA accessibility standard. The pdf.js and ePub.js libraries are believed to meet this accessibility requirement, but any additional elements required in order to use those libraries within uwka-pywb must be engineered to the same standard.
The system should also block Content-Dispostion: attachement downloads, and should display a contact/help page if the document in question is not HTML or PDF or ePub.
It is envisaged that support for other formats may be added in the future, either via client-side or server-side format conversion to HTML. This should be kept in mind when implementing this feature.
The text was updated successfully, but these errors were encountered:
Initial draft of support for pdf.js and epub.js is part of #85.
As mentioned in #74, content-disposition alone may not be enough to prevent downloads, if download prevention is needed for direct pywb access. If only loading from the viewer, there's a clear way to stop all downloads, which would be more fool-proof.
As our original request has been implemented, I'm going to call this ticket done. We need some changes to the ePub view but we'll follow up those up under the follow-on support arrangement. See #100
The document access system must wrap the document in either pdf.js or epub.js depending on format (is this possible in the theme? #67). The result must meet or exceed the WCAG 2.1 AA accessibility standard. The pdf.js and ePub.js libraries are believed to meet this accessibility requirement, but any additional elements required in order to use those libraries within uwka-pywb must be engineered to the same standard.
The system should also block
Content-Dispostion: attachement
downloads, and should display a contact/help page if the document in question is not HTML or PDF or ePub.It is envisaged that support for other formats may be added in the future, either via client-side or server-side format conversion to HTML. This should be kept in mind when implementing this feature.
The text was updated successfully, but these errors were encountered: