EPUB3 epub:type=note/footnote popup mechanism?
As per other reading systems UIs (e.g. iBooks)
Waffle connects to https://github.com/readium/readium-js-viewer/pull/505 Waffle connects to https://github.com/readium/readium-shared-js/pull/270
Bugzilla: https://app.devzing.com/Readium/bugzilla/show_bug.cgi?id=50
Also: https://app.devzing.com/Readium/bugzilla/show_bug.cgi?id=53
Old tracker:
https://github.com/readium/readium-chrome-extension/issues/313
@danielweck is asking for bibliorefs to work the same way out of scope?
The current (prototype) code searches for aside elements with epub:type attribute with one of the following values: footnote, note, rearnote. I'm sure this enumeration can be extended with biblioref.
https://github.com/readium/readium-shared-js/blob/f88da47d329718abf3b357e69390aba7001a9373/js/views/internal_links_support.js#L209
Thanks for the context, Daniel.