Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danielweck opened this issue Jul 8, 2014 · 6 comments
Open

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

danielweck opened this issue Jul 8, 2014 · 6 comments

Comments

@danielweck
Copy link
Member

danielweck commented Jul 8, 2014

As per other reading systems UIs (e.g. iBooks)

Waffle connects to readium/readium-js-viewer#505
Waffle connects to #270

@danielweck
Copy link
Member Author

@danielweck
Copy link
Member Author

@danielweck
Copy link
Member Author

@danielweck danielweck added this to the v1 milestone Jul 31, 2014
@danielweck danielweck modified the milestones: v1, v1+ Jul 31, 2014
@rkwright rkwright modified the milestones: m1.2, m1.1 Oct 24, 2014
@rkwright rkwright removed this from the m1.2 milestone May 16, 2016
@pkra
Copy link

pkra commented Oct 25, 2017

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

@danielweck
Copy link
Member Author

danielweck commented Oct 26, 2017

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.

} else if ((epubType == "footnote" || epubType == "note" || epubType == "rearnote") && $element[0].localName === "aside") {

@pkra
Copy link

pkra commented Oct 26, 2017

Thanks for the context, Daniel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants