Daniel Weck

Results 1516 comments of Daniel Weck

Hello, MathML markup inside headings and table headers triggers errors. See: https://github.com/daisy/ace/issues/398 https://github.com/daisy/ace/issues/410

we've got a report of scrollable-region-focusable over at Daisy Ace (Element should have focusable content -- Element should be focusable -- Ensure elements that have scrollable content are accessible by...

> In the meantime, if you have any clue? :) Apologies for pointing out `scrollable-region-focusable` which was a red herring (turns our the issue reporter was setting a CSS overflow...

what is the file extension of the audio resource?

code reference https://github.com/readium/r2-streamer-js/blob/41a8241cb05dc8fd2c385b09506a39c081005c9c/src/http/server-assets.ts#L193-L216

As you can see, the media type specified in the web pub manifest or EPUB package OPF tales precedence. However, the problem could be in the Daisy converter ... let...

here is the source of the problem: https://github.com/readium/r2-shared-js/blob/7cdaef6803f9e8557c095c2f4418517072793bfe/src/parser/daisy-convert-to-epub.ts#L1167-L1171

good thing: both libs use the 'mime-types' NPM package. we need to check handling of upper/lower case, and it would be good to know what file extension the original audio...

Good idea. Originally, the primary integration use-case for this `r2-streamer-js` package was really just the "desktop app" (i.e. programmatic invocation), whereas the standalone Heroku/Now.sh server deployments were really just for...

...alternatively the build system could patch the generated `./dist/XXXX/src/http/server-cli.js` (where `XXXX` would be `es5`, `es6-es2015`, `es7-es2016`, `es8-es2017`) to insert the `#!/usr/bin/env node` shebang at the top of the file(s).