Skip to content

EPUB 2 meta tags should be superseded by EPUB 3 ones #196

@mickael-menu

Description

@mickael-menu

When an OPF contains both an EPUB 2 (<meta name=>) and EPUB 3 (<meta property=>) meta tags for the same key, the EPUB 3 ones should take precedence and the EPUB 2 ones ignored. Currently both are added to the otherMetadata dictionary.

Here's an example:

<meta property="media:active-class">-epub-media-overlay-active</meta>
<meta name="media:active-class" content="text-highlight" />

See the decision in the last meeting minutes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions