-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Spec-EPUB3The issue affects the core EPUB 3.X RecommendationThe issue affects the core EPUB 3.X Recommendation
Description
Section
https://www.w3.org/TR/epub-34/#sec-package-elem
Describe the problem
Several responses to the survey have made reference to or requested a way to differentiate EPUB files with HTML from those using XHTML. Different methods have been proposed, including:
- Separate version number (i.e. EPUB4)
- Separate file extension (i.e. .epub4)
- Metadata to identify use of HTML
Describe the fix or new feature you propose
(Chair hat off) I understand the desire to differentiate the books in some way, but I don't think this change rises to the level of a complete version number change like EPUB4, without us bundling in many more features and changes that would make it worth such an advancement.
I do think having some way to easily identify these books is compelling, and we should discuss different ways to do it. Some options off the top of my head:
<package version="3.4"...>
<meta property="rendition:serialization"...>html</meta>
Metadata
Metadata
Assignees
Labels
Spec-EPUB3The issue affects the core EPUB 3.X RecommendationThe issue affects the core EPUB 3.X Recommendation
Type
Projects
Status
In review