Skip to content

Tests for manifest item fallback, unclear expected outcome #165

@danielweck

Description

@danielweck

<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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    In review

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions