You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The json output from 5.0.1 is much closer to 4.2.6, but there are still some missing elements.
Again, we don't use this output in our ebook production tools so it's a low priority.
The most important potential issue is renditionLayout appearing as reflowable for pre-paginated content.
Some elements are still coming through as null/false/empty: "navigationOrder" : null, "isHTML5" : false, "referencedItems" : [ ]
The list of 'embeddedFonts' has moved to 'refFonts'. Not sure if this is a feature or a bug but the fonts in our case are actually embedded.
The text was updated successfully, but these errors were encountered:
This commit remove the following properties from the JSON report, as these were no longer set by EPUBCheck:
- `scriptSrc`
- `scriptTag`
- `scriptInline`
The report now on says if an item is scripted or not.
See #1515
This commit remove the `navigationOrder` field from the JSON report, as this was no longer set by EPUBCheck.
Navigation order consistency is better checked manually or with help of external tools.
See #1515
The json output from 5.0.1 is much closer to 4.2.6, but there are still some missing elements.
Again, we don't use this output in our ebook production tools so it's a low priority.
The text was updated successfully, but these errors were encountered: