-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
epub-tests/tests/pub-foreign_bad-fallback/EPUB/package.opf
Lines 20 to 27 in 9a023ce
| <manifest> | |
| <item id="content_001" href="foo.dmg" media-type="application/octet-stream" fallback="bar" /> | |
| <item id="bar" href="bar.psd" media-type="image/psd" /> | |
| <item id="nav" properties="nav" href="nav.xhtml" media-type="application/xhtml+xml" /> | |
| </manifest> | |
| <spine> | |
| <itemref idref="content_001" /> | |
| </spine> |
In this case, the resulting reading order (i.e. computed spine, once the fallback chain is resolved) is empty if the reading system follows the cascade of unsupported media types. In some reading systems this may cause a crash / broken user interface, in others this may result in an empty viewport ... what consitutes a pass vs. fail?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In review