Skip to content

Commit bfe9ff8

Browse files
author
HackMD
committed
last changed at Oct 24, 2024 4:58 PM, pushed by Julie Winchester
1 parent 623a7fe commit bfe9ff8

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

source/presentation/4.0/properties.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,6 @@ The value of the property _MUST_ be a [GeoJSON Feature Collection](link) contain
326326
```
327327

328328

329-
330-
331-
332329
##### placeholderContainer
333330

334331
A single Container that provides additional content for use before the main content of the resource that has the `placeholderContainer` property is rendered, or as an advertisement or stand-in for that content. Examples include images, text and sound standing in for video content before the user initiates playback; or a film poster to attract user attention. The content provided by `placeholderContainer` differs from a thumbnail: a client might use `thumbnail` to summarize and navigate multiple resources, then show content from `placeholderContainer` as part of the initial presentation of a single resource. A placeholder Container is likely to have different dimensions to those of the Container(s) of the resource that has the `placeholderContainer` property. A placeholder Container may be of a different type from the resource that has the `placeholderContainer` property. For example, a `Scene` may have a placeholder Container of type `Canvas`.
@@ -342,7 +339,7 @@ The value of `placeholderContainer` _MUST_ be a JSON object with the `id` and `t
342339
* A Manifest _MAY_ have the `placeholderContainer` property.<br/>
343340
Clients _MAY_ render `placeholderContainer` on a Manifest.
344341
* All Container types _MAY_ have the `placeholderContainer` property.<br/>
345-
Clients _MAY_ render `placeholderContainer` on Container types.
342+
Clients _MAY_ render `placeholderContainer` on Containers.
346343
* A Range _MAY_ have the `placeholderContainer` property.<br/>
347344
Clients _MAY_ render `placeholderContainer` on a Range.
348345
* Other types of resource _MUST NOT_ have the `placeholderContainer` property.<br/>
@@ -373,7 +370,7 @@ The value of `accompanyingContainer` _MUST_ be a JSON object with the `id` and `
373370
* A Manifest _MAY_ have the `accompanyingContainer` property.<br/>
374371
Clients _MAY_ render `accompanyingContainer` on a Manifest.
375372
* All Container types _MAY_ have the `accompanyingContainer` property.<br/>
376-
Clients _MAY_ render `accompanyingContainer` on Container types.
373+
Clients _MAY_ render `accompanyingContainer` on Containers.
377374
* A Range _MAY_ have the `accompanyingContainer` property.<br/>
378375
Clients _MAY_ render `accompanyingContainer` on a Range.
379376
* Other types of resource _MUST NOT_ have the `accompanyingContainer` property.<br/>
@@ -425,10 +422,9 @@ The value _MUST_ be a string.
425422

426423
| Class | Description |
427424
| ------------- | -------------------------------- |
428-
| `Dataset` | Data not intended to be rendered to humans directly |
429-
| `Abouty-Metadata` | Machine-readable _thing_ such as a linked art metadata JSON doc or a MARC record. |
425+
| `Dataset` | Data not intended to be rendered to humans directly, such as a CSV or RDF |
430426
| `Image` | Two dimensional visual resources primarily intended to be seen, such as might be rendered with an &lt;img> HTML tag |
431-
| `Model` | A three (or more) dimensional model intended to be interacted with by humans |
427+
| `Model` | A three dimensional spatial model intended to be visualized, such as might be rendered with a 3d javascript library |
432428
| `Sound` | Auditory resources primarily intended to be heard, such as might be rendered with an &lt;audio> HTML tag |
433429
| `Text` | Resources primarily intended to be read |
434430
| `Video` | Moving images, with or without accompanying audio, such as might be rendered with a &lt;video> HTML tag |
@@ -993,10 +989,10 @@ The value _MUST_ be an array of JSON objects. Each item _MUST_ have the `id` and
993989
}
994990
```
995991

996-
Common types of seeAlso:
997992

998-
| `Dataset` | Data not intended to be rendered to humans directly |
999-
| `Abouty-Metadata` | Machine-readable _thing_ such as a linked art metadata JSON doc or a MARC record. |
993+
#### abouty-field-name-here
994+
995+
Point to a `Dataset` with more semantics than just `seeAlso`
1000996

1001997

1002998
#### 3.3.2. Internal Links

0 commit comments

Comments
 (0)