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/properties.md
+7-11
Original file line number
Diff line number
Diff line change
@@ -326,9 +326,6 @@ The value of the property _MUST_ be a [GeoJSON Feature Collection](link) contain
326
326
```
327
327
328
328
329
-
330
-
331
-
332
329
##### placeholderContainer
333
330
334
331
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
342
339
* A Manifest _MAY_ have the `placeholderContainer` property.<br/>
343
340
Clients _MAY_ render `placeholderContainer` on a Manifest.
344
341
* All Container types _MAY_ have the `placeholderContainer` property.<br/>
345
-
Clients _MAY_ render `placeholderContainer` on Container types.
342
+
Clients _MAY_ render `placeholderContainer` on Containers.
346
343
* A Range _MAY_ have the `placeholderContainer` property.<br/>
347
344
Clients _MAY_ render `placeholderContainer` on a Range.
348
345
* 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 `
373
370
* A Manifest _MAY_ have the `accompanyingContainer` property.<br/>
374
371
Clients _MAY_ render `accompanyingContainer` on a Manifest.
375
372
* All Container types _MAY_ have the `accompanyingContainer` property.<br/>
376
-
Clients _MAY_ render `accompanyingContainer` on Container types.
373
+
Clients _MAY_ render `accompanyingContainer` on Containers.
377
374
* A Range _MAY_ have the `accompanyingContainer` property.<br/>
378
375
Clients _MAY_ render `accompanyingContainer` on a Range.
379
376
* Other types of resource _MUST NOT_ have the `accompanyingContainer` property.<br/>
@@ -425,10 +422,9 @@ The value _MUST_ be a string.
0 commit comments