You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -481,7 +481,7 @@ The example demonstrates the use of the common descriptive properties `label` fo
481
481
* The `metadata` label and value pairs are for display to the user rather than for machines to interpret.
482
482
* The `rights` property is always a single string value which is a URI.
483
483
* Any resource can have a `provider` property which a client can display to the user. This typically tells the user who the publisher is and how they might be contacted. The value of this property is an [Agent](model/#agent).
484
-
* The `service` property speficifies a software application that a client might interact with to gain additional information or functionality, in this case, the IIIF Image API. Images in IIIF do not require an Image Service---we have included one here as an example, but do not include a service in the following image examples for brevity.
484
+
* The `service` property specifies a software application that a client might interact with to gain additional information or functionality, in this case, the IIIF Image API. Images in IIIF do not require an Image Service---we have included one here as an example, but do not include a service in the following image examples for brevity.
485
485
{: .note}
486
486
487
487
!!! warning TODO: The above should be a green class rgb(244,252,239) to distinguish from properties
@@ -612,7 +612,7 @@ This example is a Manifest with multiple Canvases, each of which represents a pa
612
612
613
613
>
614
614
**Key Points**
615
-
* Canvas labels are not required, but are recommend when a Manifest has more than one Canvas in order to provide visual labels for each Canvas for navigation within the IIIF client UI.
615
+
* Canvas labels are not required, but are recommended when a Manifest has more than one Canvas in order to provide visual labels for each Canvas for navigation within the IIIF client UI.
616
616
{: .note}
617
617
618
618
!!! warning TODO: The above should be a green class rgb(244,252,239) to distinguish from properties
@@ -1623,7 +1623,7 @@ Example placing top-left at (0, 1, 0); bottom-left at (0, 0, 0); bottom-right at
Copy file name to clipboardExpand all lines: source/presentation/4.0/model.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ The Presentation API data model intentionally does not include any semantic or d
82
82
83
83
84
84
## Technical Considerations
85
-
{: #json-considerations}
85
+
{: #technical-considerations}
86
86
87
87
This section describes features applicable to all of the classes, properties and affordances of the Presentation API.
88
88
@@ -1129,7 +1129,7 @@ The value _MUST_ be a floating point number greater than 0 and less than 90, and
1129
1129
### annotations
1130
1130
{: #annotations}
1131
1131
1132
-
An ordered list of Annotation Pages that contain commentary or other Annotations about this resource, separate from the Annotations that are used to paint content on to a Container. The `motivation` of the Annotations _MUST NOT_ be `painting`, and the target of the Annotations _MUST_ include this resource, part of it. or some resource within its `items` hierarchy.
1132
+
An ordered list of Annotation Pages that contain commentary or other Annotations about this resource, separate from the Annotations that are used to paint content on to a Container. The `motivation` of the Annotations _MUST NOT_ be `painting`, and the target of the Annotations _MUST_ include this resource, or part of it, or some resource within its `items` hierarchy.
1133
1133
1134
1134
The value _MUST_ be an array of JSON objects. Each item _MUST_ have at least the `id` and `type` properties.
0 commit comments