Accessify Wiki

Accessibility and usability enhancements for the ReadiumJS viewer web application. This application is the default viewer for Readium.js, a JS library for rendering EPUB files on any modern browser, via any web server.

ReadiumJS is an e-book reader for ePUB 3.0.


%YAML 1.2
---
_CONFIG_:
    include:
        - http://readium.github.io/*
    test_urls:
        - http://readium.github.io/readium-js-viewer/library.html
        - http://readium.github.io/readium-js-viewer/viewer.html?pub=epub_content/moby_dick/OPS/package.opf
    about_urls:
        - "github.com:readium/readium-js-viewer"
        - "readium.org:projects/readiumjs"
        - "github.com:readium/readium-sdk/blob/master/LICENSE#GPLv3"
    #name: {{PAGENAME}}
    #description: ""
    default_locale: en


# Fixes.
head title:
    aria-label: ReadiumJS e-book viewer
    _note: Probably need to set 'el.innerText' property.

.navbar:
    role: navigation
    aria-label: E-book menu and tools

"#epubContentIframe":
    role: main
    aria-label: The e-book


...