Skip to content

Commit 816986a

Browse files
committed
a few typos from yesterday
1 parent 255df76 commit 816986a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/presentation/4.0/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ The example demonstrates the use of the common descriptive properties `label` fo
456456
{
457457
"id": "https://iiif.io/api/presentation/example/image/painting",
458458
"profile": "level1",
459-
"type": "imageService3",
459+
"type": "ImageService3",
460460
// etc
461461
}
462462
]
@@ -481,7 +481,7 @@ The example demonstrates the use of the common descriptive properties `label` fo
481481
* The `metadata` label and value pairs are for display to the user rather than for machines to interpret.
482482
* The `rights` property is always a single string value which is a URI.
483483
* 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.
485485
{: .note}
486486

487487
!!! 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
612612

613613
>
614614
**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.
616616
{: .note}
617617

618618
!!! 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
16231623
"selector": [
16241624
{
16251625
"type": "WktSelector",
1626-
"value": "POLYGON Z ((0 1 0, 0 0 0, 1 0 0, 1 1 0))"
1626+
"wktLiteral": "POLYGON Z ((0 1 0, 0 0 0, 1 0 0, 1 1 0))"
16271627
}
16281628
]
16291629
```

source/presentation/4.0/model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The Presentation API data model intentionally does not include any semantic or d
8282

8383

8484
## Technical Considerations
85-
{: #json-considerations}
85+
{: #technical-considerations}
8686

8787
This section describes features applicable to all of the classes, properties and affordances of the Presentation API.
8888

@@ -1129,7 +1129,7 @@ The value _MUST_ be a floating point number greater than 0 and less than 90, and
11291129
### annotations
11301130
{: #annotations}
11311131

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.
11331133

11341134
The value _MUST_ be an array of JSON objects. Each item _MUST_ have at least the `id` and `type` properties.
11351135

0 commit comments

Comments
 (0)