From 62c988d143a5666c47eb8c5a6d907b40c55ce8ea Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 Nov 2023 08:30:49 -0500 Subject: [PATCH] Revise supporting collection distinctions, add Annona note. --- recipe/0032-collection/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipe/0032-collection/index.md b/recipe/0032-collection/index.md index fffce7bfc..5e80fb9a9 100644 --- a/recipe/0032-collection/index.md +++ b/recipe/0032-collection/index.md @@ -41,11 +41,12 @@ None known. This example IIIF Collection represents an organization’s collection of paintings by the American painter Winslow Homer, which includes two distinct artworks: _The Gulf Stream_ and _Northeaster_. Each painting is represented within the Collection as a IIIF Manifest, identified by a URI as its `id`, a `type` property, and the corresponding title as the `label`. -Note: Each supporting viewer has a distinct method for toggling between Collection items. +Note: Each supporting viewer has a distinct method for toggling between Collection items: - - Universal Viewer outputs items in an _Index_ tab. - - Mirador presents a dialog that allows users to select an item. - - Clover renders items as options in a dropdown element. +- Universal Viewer presents items in an _Index_ tab; +- Mirador presents items in a dialog component; +- Annona presents items in a toggleable informational panel; +- Clover presents items as options in a dropdown element. **Example Collection**