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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@ Annotation Collections are always paged using `first` and `last`, rather than `i
399
399
__Properties__<br/>
400
400
An Annotation Collection _MUST_ have the following properties: [id](#id), [type](#type), [label](#label).<br/>
401
401
An Annotation Collection that has the [items](#items) property _MUST NOT_ have the following properties: [first](#first), [last](#last).<br/>
402
-
An Annotation Collection that does not have the [items](#items) property _MUST_ have the following properties: [first](#first), [last](#last).<br/>
402
+
An Annotation Collection that does not have the [items](#items) property _MUST_ have the following properties: [first](#first), [last](#last).<br/>
403
403
An Annotation Collection _SHOULD_ have the following properties: [total](#total).<br/>
404
404
An Annotation Collection _MAY_ have the following properties: [metadata](#metadata), [summary](#summary), [provider](#provider), [thumbnail](#thumbnail), [requiredStatement](#requiredStatement), [rights](#rights), [navDate](#navDate), [navPlace](#navPlace), [behavior](#behavior), [seeAlso](#seeAlso), [service](#service), [homepage](#homepage), [rendering](#rendering), [partOf](#partOf), [canonical](#canonical), [via](#via), [annotations](#annotations).
405
405
{: .note}
@@ -416,7 +416,7 @@ An Annotation Page _MUST_ have an HTTP(S) URI given in `id`. The JSON-LD descrip
416
416
417
417
__Properties__<br/>
418
418
An Annotation Page _MUST_ have the following properties: [id](#id), [type](#type), [items](#items)<br/>
419
-
An Annotation Page _SHOULD_ have the following properties: [next](#next), [prev](#prev), [partOf](#partOf)<br/>
419
+
An Annotation Page _SHOULD_ have the following properties: [next](#next), [prev](#prev), [partOf](#partOf)<br/>
420
420
An Annotation Page _MAY_ have the following properties: [label](#label), [startIndex](#startIndex), [metadata](#metadata), [summary](#summary), [provider](#provider), [thumbnail](#thumbnail), [requiredStatement](#requiredStatement), [rights](#rights), [behavior](#behavior), [seeAlso](#seeAlso), [service](#service), [homepage](#homepage), [rendering](#rendering), [canonical](#canonical), [via](#via), [annotations](#annotations).
421
421
{: .note}
422
422
@@ -559,7 +559,7 @@ All Selectors _MAY_ have the following properties: [refinedBy](#refinedBy).
559
559
560
560
> `"type": "FragmentSelector"`
561
561
562
-
Fragment Selectors use the fragment part of the URI specification to define a selection mechanism for parts of resources. The definition of the representation's media type specifies the structure of the value of the fragment. This is commonly used in IIIF to include the media fragment syntax of `xywh=<x>,<y>,<width>,<height>` to define a 2 dimension region.
562
+
Fragment Selectors use the fragment part of the URI specification to define a selection mechanism for parts of resources. The definition of the representation's media type specifies the structure of the value of the fragment. This is commonly used in IIIF to include the media fragment syntax of `xywh=<x>,<y>,<width>,<height>` to define a 2 dimensional region.
563
563
564
564
For more information about Fragment Selectors, see the [Web Annotation Data Model](https://www.w3.org/TR/annotation-model/#fragment-selector).
565
565
@@ -926,7 +926,7 @@ A Point Light _SHOULD_ have the following additional properties: [color](#color)
926
926
{: #SpotLight}
927
927
> `"type": "SpotLight"`
928
928
929
-
A Spot Light emits a cone of light in a given direction from a single point. The Spot Light's `angle` property defines the radius of the cone. The default angle is client dependent if not specified.
929
+
A Spot Light emits a cone of light in a given direction from a single point. The Spot Light's `angle` property defines the radius of the cone. The default angle is client dependent if not specified.
930
930
931
931
A Spot Light emits in the negative Y direction by default, but the orientation of the light can be altered by subsequent transforms, or by setting the `lookAt` property.
932
932
@@ -1010,7 +1010,7 @@ Point Audio emits in all directions from a single point in the Scene.
1010
1010
1011
1011
> `"type": "SpotAudio"`
1012
1012
1013
-
Spot Audio emits a cone of sound in a given direction from a single point. The Spot Audio's `angle` property defines the radius of the cone. The default angle is client dependent if not specified.
1013
+
Spot Audio emits a cone of sound in a given direction from a single point. The Spot Audio's `angle` property defines the radius of the cone. The default angle is client dependent if not specified.
1014
1014
1015
1015
The Spot Audio emits in the negative Y direction by default, but the orientation of the sound can be altered by subsequent transforms, or by setting the `lookAt` property.
1016
1016
@@ -1713,7 +1713,7 @@ The value _MUST_ be a non-negative floating point number.
1713
1713
### intensity
1714
1714
{: #intensity}
1715
1715
1716
-
This property sets the strength or brightness of a Light. The `quantityValue` of the referenced Quantity indicates the desired intensity on a linear scale between 0.0 (no brightness) and 1.0 (as bright as the client will render). If this property is not specified, then the default intensity value is client-dependent.
1716
+
This property sets the strength or brightness of a Light. The `quantityValue` of the referenced Quantity indicates the desired intensity on a linear scale between 0.0 (no brightness) and 1.0 (as bright as the client will render). If this property is not specified, then the default intensity value is client-dependent.
1717
1717
1718
1718
The value of this property _MUST_ be a Quantity.
1719
1719
The value of the `unit` property of the Quantity _MUST_ be `relative`.
@@ -3265,7 +3265,7 @@ Interactions are also associated with resources using annotations in the same wa
3265
3265
3266
3266
If multiple actions are listed for a single Specific Resource, then they _MUST_ be processed in the order given. If multiple Specific Resources are given in a List, then they must be processed in order.
3267
3267
3268
-
If a resource has a built in named Animation feature, then these can be activated (including starting, stopping and reseting) by adding an Animation Selector to the Specific Resource with the `action` property.
3268
+
If a resource has a built in named Animation feature, then these can be activated (including starting, stopping and resetting) by adding an Animation Selector to the Specific Resource with the `action` property.
0 commit comments