Skip to content

Commit

Permalink
move to 4.0 pre-alpha folder ; fix #1975
Browse files Browse the repository at this point in the history
  • Loading branch information
kirschbombe committed Jun 14, 2024
1 parent 42461bc commit e238a36
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Presentation API 3.0.1"
title_override: "IIIF Presentation API 3.0.1"
title: "Presentation API pre-alpha 4.0"
title_override: "IIIF Presentation API pre-alpha 4.0"
id: presentation-api
layout: spec
cssversion: 3
tags: [specifications, presentation-api]
major: 3
major: 4
minor: 0
patch: 1
patch: 0
pre: final
redirect_from:
- /presentation/index.html
Expand All @@ -16,18 +16,21 @@ editors:
- name: Michael Appleby
ORCID: https://orcid.org/0000-0002-1266-298X
institution: Yale University
- name: Dawn Childress
ORCID:
institution: UCLA
- name: Jeff Mixter
ORCID:
institution: OCLC
- name: Tom Crane
ORCID: https://orcid.org/0000-0003-1881-243X
institution: Digirati
- name: Robert Sanderson
ORCID: https://orcid.org/0000-0003-4441-6852
institution: J. Paul Getty Trust
- name: Jon Stroop
ORCID: https://orcid.org/0000-0002-0367-1243
institution: Princeton University Library
- name: Simeon Warner
ORCID: https://orcid.org/0000-0002-7970-7855
institution: Cornell University
- name: Julie Winchester
ORCID:
institution: Duke University
hero:
image: ''
---
Expand All @@ -38,7 +41,7 @@ __This Version:__ {{ page.major }}.{{ page.minor }}.{{ page.patch }}{% if page.p

__Latest Stable Version:__ [{{ site.data.apis.presentation.latest.major }}.{{ site.data.apis.presentation.latest.minor }}.{{ site.data.apis.presentation.latest.patch }}][prezi-stable-version]

__Previous Version:__ [2.1.1][prezi21]
__Previous Version:__ [3.0][prezi30]

**Editors:**

Expand Down Expand Up @@ -663,7 +666,7 @@ The value _MUST_ be an array of strings.
| `repeat` | Valid on Collections and Manifests, that include Canvases that have at least the `duration` dimension. When the client reaches the end of the duration of the final Canvas in the resource, and the `behavior` value `auto-advance`{: style="white-space:nowrap;"} is also in effect, then the client _SHOULD_ return to the first Canvas, or segment of Canvas, in the resource that has the `behavior` value `repeat` and start playing again. If the `behavior` value `auto-advance` is not in effect, then the client _SHOULD_ render a navigation control for the user to manually return to the first Canvas or segment. Disjoint with `no-repeat`.|
| `no-repeat` | Valid on Collections and Manifests, that include Canvases that have at least the `duration` dimension. When the client reaches the end of the duration of the final Canvas in the resource, the client _MUST NOT_ return to the first Canvas, or segment of Canvas. This is a default temporal behavior if not specified. Disjoint with `repeat`.|
| | **Layout Behaviors** |
| `unordered` | Valid on Collections, Manifests and Ranges. The Canvases included in resources that have this behavior have no inherent order, and user interfaces _SHOULD_ avoid implying an order to the user. Disjoint with `individuals`, `continuous`, and `paged`.|
| `unordered` | Valid on Collections, Manifests and Ranges. For Collections that have this behavior, each of the included resources (Manifests or Collections) are in no inherent order. For Manifests and Ranges with this behavior, the included Canvases have no inherent order. User interfaces _SHOULD_ avoid implying an order to the user in these cases. Disjoint with `individuals`, `continuous`, and `paged`.|
| `individuals` | Valid on Collections, Manifests, and Ranges. For Collections that have this behavior, each of the included Manifests are distinct objects in the given order. For Manifests and Ranges, the included Canvases are distinct views, and _SHOULD NOT_ be presented in a page-turning interface. This is the default layout behavior if not specified. Disjoint with `unordered`, `continuous`, and `paged`. |
| `continuous` | Valid on Collections, Manifests and Ranges, which include Canvases that have at least `height` and `width` dimensions. Canvases included in resources that have this behavior are partial views and an appropriate rendering might display all of the Canvases virtually stitched together, such as a long scroll split into sections. This behavior has no implication for audio resources. The `viewingDirection` of the Manifest will determine the appropriate arrangement of the Canvases. Disjoint with `unordered`, `individuals` and `paged`. |
| `paged` | Valid on Collections, Manifests and Ranges, which include Canvases that have at least `height` and `width` dimensions. Canvases included in resources that have this behavior represent views that _SHOULD_ be presented in a page-turning interface if one is available. The first canvas is a single view (the first recto) and thus the second canvas likely represents the back of the object in the first canvas. If this is not the case, see the `behavior` value `non-paged`. Disjoint with `unordered`, `individuals`, `continuous`, `facing-pages` and `non-paged`. |
Expand Down

0 comments on commit e238a36

Please sign in to comment.