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

fix: Improve epub:noteref/footnote support #1400

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Commits on Oct 23, 2024

  1. fix: Improve epub:noteref/footnote support

    Vivliostyle.js supports EPUB footnotes with `epub:type="noteref"` and `epub:type="footnote"` attributes. However, there were the following issues:
    
    - `epub:type="noteref"` did not work when the `href` attribute contains a file name, e.g., `<a href="sample.xhtml#fn1" epub:type="noteref">`, even if the file name is the same as the current document.
    - It only worked with XHTML documents.
    MurakamiShinyu committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6c894e7 View commit details
    Browse the repository at this point in the history