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

Add support for ePub 3.1 #31

Open
jhellingman opened this issue Feb 7, 2018 · 1 comment
Open

Add support for ePub 3.1 #31

jhellingman opened this issue Feb 7, 2018 · 1 comment
Assignees

Comments

@jhellingman
Copy link
Owner

ePub 3.1 is out since January 2017. For details see http://www.idpf.org/epub/31/spec/epub-spec.html, and in particular http://www.idpf.org/epub/31/spec/epub-changes.html.

For now, intent is to put this behind a setting.

@jhellingman
Copy link
Owner Author

jhellingman commented Jul 1, 2018

All code to be conditional on setting of epubversion. This is a stylesheet parameter that can be set using epubversion=3.0.1 or epubversion=3.1 on the saxon command-line.

  • Update version number of generated ePub. [DONE]
  • Remove use of the the refines attribute. [DONE]
  • Remove the OPF2 meta element.
  • Remove the NCX [Not yet needed]
  • Remove the guide element
  • Remove the binding element [Never used, but verify]
  • Adjust output CSS files, now that restrictions are lifted.

@jhellingman jhellingman self-assigned this Jul 4, 2018
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

1 participant