Skip to content

Commit 0f6bbd8

Browse files
author
Rob Sanderson
committed
Update model.md
1 parent a0c01ce commit 0f6bbd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/presentation/4.0/model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,13 +1457,13 @@ For a IIIF Image API Selector:
14571457
### height
14581458
{: #height}
14591459

1460-
The height of the Canvas or external content resource. For content resources, the value is in pixels. For Canvases, the value does not have a unit. In combination with the width, it conveys an aspect ratio for the space in which content resources are located.
1460+
The height of the Canvas or external Content Resource. For Content Resources, the value is in pixels. For Canvases, the value does not have a unit. Instead, in combination with the `width` property, it conveys an aspect ratio for the space in which Content Resources are located.
14611461

14621462
The value _MUST_ be a positive integer.
14631463

14641464
* A Canvas _MUST_ have the `height` property.<br/>
14651465
Clients _MUST_ process `height` on a Canvas.
1466-
* Content resources _SHOULD_ have the `height` property, with the value given in pixels, if appropriate to the resource type.<br/>
1466+
* Content Resources _SHOULD_ have the `height` property, with the value given in pixels, if appropriate to the resource type.<br/>
14671467
Clients _SHOULD_ process `height` on content resources.
14681468
* Other types of resource _MUST NOT_ have the `height` property.<br/>
14691469
Clients _SHOULD_ ignore `height` on other types of resource.
@@ -1475,7 +1475,7 @@ The value _MUST_ be a positive integer.
14751475
### homepage
14761476
{: #homepage}
14771477

1478-
A web page that is about the object represented by the resource that has the `homepage` property. The web page is usually published by the organization responsible for the object, and might be generated by a content management system or other cataloging system. The resource _MUST_ be able to be displayed directly to the user. Resources that are related, but not home pages, _MUST_ instead be added into the `metadata` property, with an appropriate `label` or `value` to describe the relationship.
1478+
A web page that is about the entity represented by the resource that has the `homepage` property. The web page is usually published by the organization responsible for the entity, and might be generated by a content management system or other cataloging system. The resource _MUST_ be able to be displayed directly to the user. Resources that are related, but not home pages, _MUST_ instead be added into the `metadata` property, with an appropriate `label` or `value` to describe the relationship.
14791479

14801480
The value of this property _MUST_ be an array of JSON objects, each of which _MUST_ have the `id`, `type`, and `label` properties, _SHOULD_ have a `format` property, and _MAY_ have the `language` property.
14811481

0 commit comments

Comments
 (0)