Skip to content

Commit a0c01ce

Browse files
author
Rob Sanderson
committed
standardize caps
1 parent 8d72c86 commit a0c01ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/presentation/4.0/model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,13 +1427,13 @@ The value _MUST_ be a JSON object with `id` and `type` properties. The `id` _M
14271427
### format
14281428
{: #format}
14291429

1430-
For Content resources, the `format` property records the specific media type (often called a MIME type) for a content resource, for example `image/jpeg`. This is important for distinguishing different formats of the same overall type of resource, such as distinguishing text in XML from plain text. The value of the property should thus be the same as the value of the `Content-Type` header returned when the URI of the Content Resource is dereferenced.
1430+
For Content Resources, the `format` property records the specific media type (often called a MIME type), for example `image/jpeg`. This is important for distinguishing different formats of the same overall type of resource, such as distinguishing text in XML from plain text. The value of the property should thus be the same as the value of the `Content-Type` header returned when the URI of the Content Resource is dereferenced.
14311431

14321432
For the IIIF Image API Selector class however, the value of `format` is the parameter to use in the Image API URL construction, and thus to request a jpeg image, the value would be `jpg` instead.
14331433

14341434
The value _MUST_ be a string, and _SHOULD_ either be a valid media type or an image extension format valid for the IIIF Image API.
14351435

1436-
* A content resource _SHOULD_ have the `format` property.<br/>
1436+
* A Content Resource _SHOULD_ have the `format` property.<br/>
14371437
Clients _MAY_ render the `format` of any content resource.
14381438
* A IIIF Image API Selector class _SHOULD_ have the `format` property.<br/>
14391439
Clients _MUST_ process the `format` property on a IIIF Image API Selector.

0 commit comments

Comments
 (0)