Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note the scenarios are applied per web resource, not per record. If a record has multiple web resource classes, all three scenarios may be applied during the manifest creation. For instance, this could mean some web resources are included in the manifest, while no canvas is created for the others. 

Mime type group

v2

v3

(Browser) Supported 

mime type 

Web resource(s) related to edm:isShownBy and edm:hasView(s) is included in the manifest as painting-type annotation(s) on canvas(es), except for Video and Sound types.

Example manifest for type image (v2)

Example manifest for type video (v2)

Web resource(s) related to edm:isShownBy and edm:hasView is included in the manifest as painting-type annotation(s) on canvas(es).

Example manifest for type image (v3)

Example manifest for type video (v3)

Specialised Specialised

mime type 

Thumbnail(s) (extracted during media processing and made available via the Thumbnail API) for the respective web resource(s) is included in the manifest as painting-type annotation(s) on canvas(es) & the actual (non-viewable) web resource(s) is added to the canvas as a rendering component, except for Video and Sound types.

Example manifest for type image (v2)

Example manifest for type video (v2) 

Thumbnail(s) (from the Thumbnail API) for the respective web resource(s) is included in the manifest as painting-type annotation(s) on canvas(es) & the actual (non-viewable) web resource(s) is added to canvas(es) as a rendering component.

Example manifest for type image (v3)

Example manifest for type video (v3)

Non-supported mime typesupported

No canvas is generated & manifest is not linked from the edm:WebResource class. 

Example manifest for type text (v2)

No canvas is generated & manifest is not linked from the edm:WebResource class. 

Example manifest for type text (v3)

...