readium / readium-shared-js

Repository for the shared JavaScript libraries that are used in the SDK-Launchers and other applications developed on top of the SDK
BSD 3-Clause "New" or "Revised" License
78 stars 101 forks source link

EPUB3 epub:type=note/footnote popup mechanism? #33

Open danielweck opened 10 years ago

danielweck commented 10 years ago

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

danielweck commented 10 years ago

Bugzilla: https://app.devzing.com/Readium/bugzilla/show_bug.cgi?id=50

danielweck commented 10 years ago

Also: https://app.devzing.com/Readium/bugzilla/show_bug.cgi?id=53

danielweck commented 10 years ago

Old tracker:

https://github.com/readium/readium-chrome-extension/issues/313

pkra commented 7 years ago

@danielweck is asking for bibliorefs to work the same way out of scope?

danielweck commented 7 years ago

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

pkra commented 7 years ago

Thanks for the context, Daniel.