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
Copy file name to clipboardExpand all lines: source/presentation/4.0/model.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1457,13 +1457,13 @@ For a IIIF Image API Selector:
1457
1457
### height
1458
1458
{: #height}
1459
1459
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.
1461
1461
1462
1462
The value _MUST_ be a positive integer.
1463
1463
1464
1464
* A Canvas _MUST_ have the `height` property.<br/>
1465
1465
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/>
1467
1467
Clients _SHOULD_ process `height` on content resources.
1468
1468
* Other types of resource _MUST NOT_ have the `height` property.<br/>
1469
1469
Clients _SHOULD_ ignore `height` on other types of resource.
@@ -1475,7 +1475,7 @@ The value _MUST_ be a positive integer.
1475
1475
### homepage
1476
1476
{: #homepage}
1477
1477
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.
1479
1479
1480
1480
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.
0 commit comments