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

feat: allow multiple roles for creator, contributor, and publisher #1258

Merged
merged 1 commit into from
Jun 29, 2021

Commits on Jun 29, 2021

  1. feat: allow multiple roles for creator, contributor, and publisher

    In EPUB 3.2, the 'role' property was only allowed to refine 'contributor'
    or 'creator' properties, and only once per property. A new check was
    introduced in EPUBCheck v4.2.5, and some users reported that it cause
    issues with existing EPUB catalogs.
    
    EPUB 3.3 will relax this by allowing authors to attach several roles to
    creators, contributors, and publishers.
    
    This commit proactively implements the relaxed EPUB 3.3 rules.
    
    Fixes #1230
    rdeltour committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    2b577ec View commit details
    Browse the repository at this point in the history