Skip to content

Commit ca82d71

Browse files
committed
P4 typos part 3
1 parent 1806fbe commit ca82d71

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

source/_includes/links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@
330330
[prezi-40-model-PerspectiveCamera]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#PerspectiveCamera
331331
[prezi-40-model-PointAudio]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#PointAudio
332332
[prezi-40-model-PointSelector]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#PointSelector
333+
[prezi-40-model-Quantity]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#Quantity
333334
[prezi-40-model-Range]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#Range
334335
[prezi-40-model-RotateTransform]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#RotateTransform
335336
[prezi-40-model-ScaleTransform]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#ScaleTransform

source/presentation/4.0/index.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ This document acts as an introduction to the specification through a set of typi
153153

154154
These use cases were chosen as a broad sample to introduce IIIF concepts. Many more use cases are provided as recipes in the [IIIF Cookbook][annex-cookbook].
155155

156-
157-
> TODO Consider diagrams
158-
159-
160156
# Foundations
161157

162158
This section is what you need to know to make sense of the examples that follow it.
@@ -928,10 +924,6 @@ Classes: [Collection][prezi-40-model-Collection], [Range][prezi-40-model-Range],
928924
Properties: [behavior][prezi-40-model-behavior], [navPlace][prezi-40-model-navPlace], [navDate][prezi-40-model-navDate], [structure][prezi-40-model-structures], [supplementary][prezi-40-model-supplementary]
929925
{: .note}
930926

931-
thumbnail-nav
932-
sequence
933-
934-
935927

936928
# Audio and Video
937929

@@ -945,7 +937,7 @@ This example is a Manifest with two Timelines, each of which represent a tempora
945937
"@context": "http://iiif.io/api/presentation/4/context.json",
946938
"id": "https://example.org/iiif/presentation/examples/manifest-with-audio.json",
947939
"type": "Manifest",
948-
"label": { "en": ["Use case 3: 45 single with 2 tracks"] },
940+
"label": { "en": ["Use case 4: 45 single with 2 tracks"] },
949941
"behavior": ["auto-advance"],
950942
"accompanyingContainer": {
951943
"id": "https://example.org/iiif/presentation/examples/manifest-with-audio/accompany/c1",
@@ -2814,7 +2806,7 @@ In many cases, the dimensions of a Canvas, or the pixel density of a photograph,
28142806

28152807
The [`spatialScale`][prezi-40-model-spatialScale] property of a Canvas or Scene provides a corresponding real-world scale for a unit of the Canvas or Scene coordinate system, allowing clients to provide scale information to users, for example by an on-screen virtual ruler. In a 2-up viewer, a client could scale two views to convey the true relative sizes of two objects.
28162808

2817-
The value of [`spatialScale`][prezi-40-model-spatialScale] is a `UnitValue` (ref) that has as a value a length unit. This specification defines only one length unit, "m", i.e., meters, though others may be defined externally as an [extension][prezi30-ldce]. If source size metadata is machine readable (or parse-able) in other measurement systems (e.g., feet and inches) then it should be converted to meters for use in [`spatialScale`][prezi-40-model-spatialScale]. Publishers may wish to present the original given measure (e.g., from catalogue metadata) in a [`metadata`][prezi-40-model-metadata] field for context.
2809+
The value of [`spatialScale`][prezi-40-model-spatialScale] is a [`Quantity`][prezi-40-model-Quantity] that has a unit of length for its `unit` property. This specification defines only one length unit, "m", i.e., meters, though others may be defined externally as an [extension][prezi30-ldce]. If source size metadata is machine readable (or parse-able) in other measurement systems (e.g., feet and inches) then it should be converted to meters for use in [`spatialScale`][prezi-40-model-spatialScale]. Publishers may wish to present the original given measure (e.g., from catalogue metadata) in a [`metadata`][prezi-40-model-metadata] field for context.
28182810

28192811
The Presentation API also offers a corresponding [`temporalScale`][prezi-40-model-temporalScale] property for the [`duration`][prezi-40-model-duration] dimension of a Container, when 1 second in the Container does not correspond to 1 second of real time. This is useful for speeded-up or slowed-down audio or video.
28202812

source/presentation/4.0/model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ A Textual Body is an embedded resource within an Annotation that carries, as the
467467

468468
__Properties__<br/>
469469
A Textual Body _MUST_ have the following properties: [type](#type), [value](#value)<br/><br/>
470-
A Specific Resource _MAY_ have the following properties: [id](#id), [position](#position), [transform](#transform), [scope](#scope), [styleClass](#styleClass), [height](#height), [width](#width), [duration](#duration), [language](#language), [format](#format), [label](#label), [metadata](#metadata), [summary](#summary), [provider](#provider), [thumbnail](#thumbnail), [requiredStatement](#requiredStatement), [rights](#rights), [behavior](#behavior), [seeAlso](#seeAlso), [service](#service), [homepage](#homepage), [rendering](#rendering), [canonical](#canonical), [via](#via), and [annotations](#annotations).<br/><br/>
470+
A Textual Body _MAY_ have the following properties: [id](#id), [position](#position), [transform](#transform), [scope](#scope), [styleClass](#styleClass), [height](#height), [width](#width), [duration](#duration), [language](#language), [format](#format), [label](#label), [metadata](#metadata), [summary](#summary), [provider](#provider), [thumbnail](#thumbnail), [requiredStatement](#requiredStatement), [rights](#rights), [behavior](#behavior), [seeAlso](#seeAlso), [service](#service), [homepage](#homepage), [rendering](#rendering), [canonical](#canonical), [via](#via), and [annotations](#annotations).<br/><br/>
471471
{: .note}
472472

473473

@@ -518,7 +518,7 @@ A List _MAY_ have the following properties: [id](#id), [metadata](#metadata), [s
518518

519519
> `"type": "Independents"`
520520
521-
An independents is a Web Annotation construction where each of the resources independently participates in the annotation, rather than as a set. For example, if an Independents is used as the `target` of a commenting Annotation, then the body resource is about each of the entries in `items` separately, rather than the collection as a single entity. In the Web Annotation Data Model this is equivalent to having multiple independent bodies or targets listed directly in the Annotation, however this specification requires a single resource for both body and target.
521+
An Independents is a Web Annotation construction where each of the resources independently participates in the annotation, rather than as a set. For example, if an Independents is used as the `target` of a commenting Annotation, then the body resource is about each of the entries in `items` separately, rather than the collection as a single entity. In the Web Annotation Data Model this is equivalent to having multiple independent bodies or targets listed directly in the Annotation, however this specification requires a single resource for both body and target.
522522

523523
__Properties__<br/>
524524
An Independents _MUST_ have the following properties: [type](#type), [items](#items)<br/><br/>
@@ -687,7 +687,7 @@ A Visual Content Selector _MAY_ have the following properties: [id](#id)
687687
More interactive content resources, such as 3D models, may have animations or similar features that can be _activated_ by user interaction. For example, a model of a box might have an animation that opens the lid and a second animation that closes the lid. In order to activate those animations, they need to be selectable, and thus the specification defines an Animation Selector. The identity of the activatable aspect is given in the `value` property.
688688

689689
__Properties__<br/>
690-
An Animation Selector _MUST_ have the following properties: [id](#id), [type](#type), and [value](#value).
690+
An Animation Selector _MUST_ have the following properties: [type](#type) and [value](#value).
691691
An Animation Selector _MAY_ have the following properties: [id](#id)
692692
{: .note}
693693

0 commit comments

Comments
 (0)