Skip to content

Commit e238a36

Browse files
committed
move to 4.0 pre-alpha folder ; fix #1975
1 parent 42461bc commit e238a36

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

source/presentation/3.0/index.md renamed to source/presentation/4.0/index.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Presentation API 3.0.1"
3-
title_override: "IIIF Presentation API 3.0.1"
2+
title: "Presentation API pre-alpha 4.0"
3+
title_override: "IIIF Presentation API pre-alpha 4.0"
44
id: presentation-api
55
layout: spec
66
cssversion: 3
77
tags: [specifications, presentation-api]
8-
major: 3
8+
major: 4
99
minor: 0
10-
patch: 1
10+
patch: 0
1111
pre: final
1212
redirect_from:
1313
- /presentation/index.html
@@ -16,18 +16,21 @@ editors:
1616
- name: Michael Appleby
1717
ORCID: https://orcid.org/0000-0002-1266-298X
1818
institution: Yale University
19+
- name: Dawn Childress
20+
ORCID:
21+
institution: UCLA
22+
- name: Jeff Mixter
23+
ORCID:
24+
institution: OCLC
1925
- name: Tom Crane
2026
ORCID: https://orcid.org/0000-0003-1881-243X
2127
institution: Digirati
2228
- name: Robert Sanderson
2329
ORCID: https://orcid.org/0000-0003-4441-6852
2430
institution: J. Paul Getty Trust
25-
- name: Jon Stroop
26-
ORCID: https://orcid.org/0000-0002-0367-1243
27-
institution: Princeton University Library
28-
- name: Simeon Warner
29-
ORCID: https://orcid.org/0000-0002-7970-7855
30-
institution: Cornell University
31+
- name: Julie Winchester
32+
ORCID:
33+
institution: Duke University
3134
hero:
3235
image: ''
3336
---
@@ -38,7 +41,7 @@ __This Version:__ {{ page.major }}.{{ page.minor }}.{{ page.patch }}{% if page.p
3841

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

41-
__Previous Version:__ [2.1.1][prezi21]
44+
__Previous Version:__ [3.0][prezi30]
4245

4346
**Editors:**
4447

@@ -663,7 +666,7 @@ The value _MUST_ be an array of strings.
663666
| `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`.|
664667
| `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`.|
665668
| | **Layout Behaviors** |
666-
| `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`.|
669+
| `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`.|
667670
| `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`. |
668671
| `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`. |
669672
| `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`. |

0 commit comments

Comments
 (0)