Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds documentation about the
metadata.presentation.layout
presentation hint to the EPUB profile. This property is already defined in the EPUB extension schema.I also removed language suggesting that the property defaults to
fixed
for images or videos. Since the EPUB extension defines that resources in thereadingOrder
can only be HTML files, the property will always default toreflowable
unless otherwise noted by changing either themetadata.presentation.layout
property in the Webpub Manifest, or theproperties.layout
property on the resource link itself.One additional question: Fixed layout EPUB resources are required to have a
meta
tag indicating the viewport size:<meta name="viewport" content="width=1200, height=900"/>
. Would it make sense to encourage those creating Webpub Manifests for FXL EPUBS to include aheight
andwidth
on the link object for the FXL resource?